Html Css Color HEX #04CC04 Free Speech Green

📋 copy color: '#04CC04'

red 4 ◦ green 204 ◦ blue 4

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

Shades of Free Speech Green #04CC04

Tints of Free Speech Green #04CC04

RGB

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

 GREEN value IS 204 (80.08% from 255) = 96.23%

 BLUE value IS 4 (1.95% from 255) = 1.89%

R = 1.89%
G = 96.23%
B = 1.89%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.98

 K value IS 0.2

RGB Variations

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

Color information

#04CC04 (or 0x04CC04) is known color: Free Speech Green. HEX triplet: 04, CC and 04. RGB value is (4,204,4). Sum of RGB (Red+Green+Blue) = 4+204+4=212 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.89% from 212); Green value is 204 (80.08% from 255 or 96.23% from 212); Blue value is 4 (1.95% from 255 or 1.89% from 212); Max value from RGB is 204 - color contains mainly: green. Hex color #04CC04 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #04CC04 is #FB33FB. Grayscale: #7A7A7A. Windows color (decimal): -16462844 or 314372. OLE color: 314372.

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

Color convert

RGB 4 204 4 -
CMYK 0.98 0 0.98 0.2
HSL 120º 0.96% 0.41% -
HSV(B) 120º 0.98% 0.8% -
XYZ 21.66 43.22 7.32 -
YUV 121.4 61.74 44.26 -
System Red Green Blue C M Y K H S L
Decimal 4 204 4 0.98 0 0.98 0.2 120 0.96 0.41
Hex 4 CC 4 62 0 62 14 78 60 29
Octal 4 314 4 142 0 142 24 170 140 51
Binary 100 11001100 100 1100010 0 1100010 10100 1111000 1100000 101001

Color Harmonies of #04CC04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04CC04

Black with #04CC04

Text Example


Text Example

White with #04CC04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,204,4); }

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

background-color css

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

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

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

border-color css

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

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

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