Html Css Color HEX #03EF2E Free Speech Green

📋 copy color: '#03EF2E'

red 3 ◦ green 239 ◦ blue 46

#03EF2E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Green #03EF2E

Tints of Free Speech Green #03EF2E

RGB

 RED value IS 3 (1.56% from 255) = 1.04%

 GREEN value IS 239 (93.75% from 255) = 82.99%

 BLUE value IS 46 (18.36% from 255) = 15.97%

R = 1.04%
G = 82.99%
B = 15.97%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.81

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#03EF2E (or 0x03EF2E) is known color: Free Speech Green. HEX triplet: 03, EF and 2E. RGB value is (3,239,46). Sum of RGB (Red+Green+Blue) = 3+239+46=288 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.04% from 288); Green value is 239 (93.75% from 255 or 82.99% from 288); Blue value is 46 (18.36% from 255 or 15.97% from 288); Max value from RGB is 239 - color contains mainly: green. Hex color #03EF2E is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #03EF2E is #FC10D1. Grayscale: #929292. Windows color (decimal): -16519378 or 3075843. OLE color: 3075843.

HSL color Cylindrical-coordinate representation of color #03EF2E: hue angle of 130.93º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03EF2E is Cyan = 0.99, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.06.

Color convert

RGB 3 239 46 -
CMYK 0.99 0 0.81 0.06
HSL 130.93º 0.98% 0.47% -
HSV(B) 130.93º 0.99% 0.94% -
XYZ 31.4 61.95 12.89 -
YUV 146.43 71.31 25.69 -
System Red Green Blue C M Y K H S L
Decimal 3 239 46 0.99 0 0.81 0.06 130.93 0.98 0.47
Hex 3 EF 2E 63 0 51 6 83 62 2F
Octal 3 357 56 143 0 121 6 203 142 57
Binary 11 11101111 101110 1100011 0 1010001 110 10000011 1100010 101111

Color Harmonies of #03EF2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03EF2E

Black with #03EF2E

Text Example


Text Example

White with #03EF2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03EF2E; }

 p { color: rgb(3,239,46); }

 H1.HeaderClassName
 {
   color: #03EF2E;
 }
 .AnyTagClassName
 {
   color: #03EF2E;
 }
</style>

background-color css

<style>
 a { background-color: #03EF2E; }

 a { background-color: rgb(3,239,46); }

 div.DivClassName
 {
   background-color: #03EF2E;
 }
 .BgClassName
 {
   background-color: #03EF2E;
 }
</style>

border-color css

<style>
 span { border-color: #03EF2E; }

 span { border-color: rgb(3,239,46); }

 td.TdClassName
 {
   border-color: #03EF2E;
 }
 .TagClassName
 {
   border-color: #03EF2E;
 }
</style>