Html Css Color HEX #03E012 Free Speech Green

📋 copy color: '#03E012'

red 3 ◦ green 224 ◦ blue 18

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

Shades of Free Speech Green #03E012

Tints of Free Speech Green #03E012

RGB

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

 GREEN value IS 224 (87.89% from 255) = 91.43%

 BLUE value IS 18 (7.42% from 255) = 7.35%

R = 1.22%
G = 91.43%
B = 7.35%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#03E012 (or 0x03E012) is known color: Free Speech Green. HEX triplet: 03, E0 and 12. RGB value is (3,224,18). Sum of RGB (Red+Green+Blue) = 3+224+18=245 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.22% from 245); Green value is 224 (87.89% from 255 or 91.43% from 245); Blue value is 18 (7.42% from 255 or 7.35% from 245); Max value from RGB is 224 - color contains mainly: green. Hex color #03E012 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #03E012 is #FC1FED. Grayscale: #878787. Windows color (decimal): -16523246 or 1236995. OLE color: 1236995.

HSL color Cylindrical-coordinate representation of color #03E012: hue angle of 124.07º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03E012 is Cyan = 0.99, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.12.

Color convert

RGB 3 224 18 -
CMYK 0.99 0 0.92 0.12
HSL 124.07º 0.97% 0.45% -
HSV(B) 124.07º 0.99% 0.88% -
XYZ 26.8 53.37 9.46 -
YUV 134.44 62.28 34.25 -
System Red Green Blue C M Y K H S L
Decimal 3 224 18 0.99 0 0.92 0.12 124.07 0.97 0.45
Hex 3 E0 12 63 0 5C C 7C 61 2D
Octal 3 340 22 143 0 134 14 174 141 55
Binary 11 11100000 10010 1100011 0 1011100 1100 1111100 1100001 101101

Color Harmonies of #03E012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03E012

Black with #03E012

Text Example


Text Example

White with #03E012

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,224,18); }

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

background-color css

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

 a { background-color: rgb(3,224,18); }

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

border-color css

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

 span { border-color: rgb(3,224,18); }

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