Html Css Color HEX #04CB12 Free Speech Green

📋 copy color: '#04CB12'

red 4 ◦ green 203 ◦ blue 18

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

Shades of Free Speech Green #04CB12

Tints of Free Speech Green #04CB12

RGB

 RED value IS 4 (1.95% from 255) = 1.78%

 GREEN value IS 203 (79.69% from 255) = 90.22%

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

R = 1.78%
G = 90.22%
B = 8%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#04CB12 (or 0x04CB12) is known color: Free Speech Green. HEX triplet: 04, CB and 12. RGB value is (4,203,18). Sum of RGB (Red+Green+Blue) = 4+203+18=225 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.78% from 225); Green value is 203 (79.69% from 255 or 90.22% from 225); Blue value is 18 (7.42% from 255 or 8% from 225); Max value from RGB is 203 - color contains mainly: green. Hex color #04CB12 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #04CB12 is #FB34ED. Grayscale: #7A7A7A. Windows color (decimal): -16463086 or 1231620. OLE color: 1231620.

HSL color Cylindrical-coordinate representation of color #04CB12: hue angle of 124.22º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04CB12 is Cyan = 0.98, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.20.

Color convert

RGB 4 203 18 -
CMYK 0.98 0 0.91 0.20
HSL 124.22º 0.96% 0.41% -
HSV(B) 124.22º 0.98% 0.8% -
XYZ 21.52 42.78 7.7 -
YUV 122.41 69.07 43.54 -
System Red Green Blue C M Y K H S L
Decimal 4 203 18 0.98 0 0.91 0.20 124.22 0.96 0.41
Hex 4 CB 12 62 0 5B 14 7C 60 29
Octal 4 313 22 142 0 133 24 174 140 51
Binary 100 11001011 10010 1100010 0 1011011 10100 1111100 1100000 101001

Color Harmonies of #04CB12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04CB12

Black with #04CB12

Text Example


Text Example

White with #04CB12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04CB12; }

 p { color: rgb(4,203,18); }

 H1.HeaderClassName
 {
   color: #04CB12;
 }
 .AnyTagClassName
 {
   color: #04CB12;
 }
</style>

background-color css

<style>
 a { background-color: #04CB12; }

 a { background-color: rgb(4,203,18); }

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

border-color css

<style>
 span { border-color: #04CB12; }

 span { border-color: rgb(4,203,18); }

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