Html Css Color HEX #03EE1F Free Speech Green

📋 copy color: '#03EE1F'

red 3 ◦ green 238 ◦ blue 31

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

Shades of Free Speech Green #03EE1F

Tints of Free Speech Green #03EE1F

RGB

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

 GREEN value IS 238 (93.36% from 255) = 87.5%

 BLUE value IS 31 (12.5% from 255) = 11.4%

R = 1.1%
G = 87.5%
B = 11.4%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#03EE1F (or 0x03EE1F) is known color: Free Speech Green. HEX triplet: 03, EE and 1F. RGB value is (3,238,31). Sum of RGB (Red+Green+Blue) = 3+238+31=272 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.10% from 272); Green value is 238 (93.36% from 255 or 87.5% from 272); Blue value is 31 (12.5% from 255 or 11.40% from 272); Max value from RGB is 238 - color contains mainly: green. Hex color #03EE1F is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #03EE1F is #FC11E0. Grayscale: #909090. Windows color (decimal): -16519649 or 2092547. OLE color: 2092547.

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

Color convert

RGB 3 238 31 -
CMYK 0.99 0 0.87 0.07
HSL 127.15º 0.98% 0.47% -
HSV(B) 127.15º 0.99% 0.93% -
XYZ 30.86 61.27 11.5 -
YUV 144.14 64.14 27.33 -
System Red Green Blue C M Y K H S L
Decimal 3 238 31 0.99 0 0.87 0.07 127.15 0.98 0.47
Hex 3 EE 1F 63 0 57 7 7F 62 2F
Octal 3 356 37 143 0 127 7 177 142 57
Binary 11 11101110 11111 1100011 0 1010111 111 1111111 1100010 101111

Color Harmonies of #03EE1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03EE1F

Black with #03EE1F

Text Example


Text Example

White with #03EE1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,238,31); }

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

background-color css

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

 a { background-color: rgb(3,238,31); }

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

border-color css

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

 span { border-color: rgb(3,238,31); }

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