Html Css Color HEX #04CE12 Free Speech Green

📋 copy color: '#04CE12'

red 4 ◦ green 206 ◦ blue 18

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

Shades of Free Speech Green #04CE12

Tints of Free Speech Green #04CE12

RGB

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

 GREEN value IS 206 (80.86% from 255) = 90.35%

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

R = 1.75%
G = 90.35%
B = 7.89%

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

#04CE12 (or 0x04CE12) is known color: Free Speech Green. HEX triplet: 04, CE and 12. RGB value is (4,206,18). Sum of RGB (Red+Green+Blue) = 4+206+18=228 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.75% from 228); Green value is 206 (80.86% from 255 or 90.35% from 228); Blue value is 18 (7.42% from 255 or 7.89% from 228); Max value from RGB is 206 - color contains mainly: green. Hex color #04CE12 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #04CE12 is #FB31ED. Grayscale: #7C7C7C. Windows color (decimal): -16462318 or 1232388. OLE color: 1232388.

HSL color Cylindrical-coordinate representation of color #04CE12: hue angle of 124.16º 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 #04CE12 is Cyan = 0.98, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.19.

Color convert

RGB 4 206 18 -
CMYK 0.98 0 0.91 0.19
HSL 124.16º 0.96% 0.41% -
HSV(B) 124.16º 0.98% 0.81% -
XYZ 22.23 44.21 7.93 -
YUV 124.17 68.08 42.29 -
System Red Green Blue C M Y K H S L
Decimal 4 206 18 0.98 0 0.91 0.19 124.16 0.96 0.41
Hex 4 CE 12 62 0 5B 13 7C 60 29
Octal 4 316 22 142 0 133 23 174 140 51
Binary 100 11001110 10010 1100010 0 1011011 10011 1111100 1100000 101001

Color Harmonies of #04CE12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04CE12

Black with #04CE12

Text Example


Text Example

White with #04CE12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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