Html Css Color HEX #04CF12 Free Speech Green

📋 copy color: '#04CF12'

red 4 ◦ green 207 ◦ blue 18

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

Shades of Free Speech Green #04CF12

Tints of Free Speech Green #04CF12

RGB

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

 GREEN value IS 207 (81.25% from 255) = 90.39%

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

R = 1.75%
G = 90.39%
B = 7.86%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#04CF12 (or 0x04CF12) is known color: Free Speech Green. HEX triplet: 04, CF and 12. RGB value is (4,207,18). Sum of RGB (Red+Green+Blue) = 4+207+18=229 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.75% from 229); Green value is 207 (81.25% from 255 or 90.39% from 229); Blue value is 18 (7.42% from 255 or 7.86% from 229); Max value from RGB is 207 - color contains mainly: green. Hex color #04CF12 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #04CF12 is #FB30ED. Grayscale: #7D7D7D. Windows color (decimal): -16462062 or 1232644. OLE color: 1232644.

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

Color convert

RGB 4 207 18 -
CMYK 0.98 0 0.91 0.19
HSL 124.14º 0.96% 0.41% -
HSV(B) 124.14º 0.98% 0.81% -
XYZ 22.47 44.7 8.01 -
YUV 124.76 67.75 41.87 -
System Red Green Blue C M Y K H S L
Decimal 4 207 18 0.98 0 0.91 0.19 124.14 0.96 0.41
Hex 4 CF 12 62 0 5B 13 7C 60 29
Octal 4 317 22 142 0 133 23 174 140 51
Binary 100 11001111 10010 1100010 0 1011011 10011 1111100 1100000 101001

Color Harmonies of #04CF12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04CF12

Black with #04CF12

Text Example


Text Example

White with #04CF12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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