#04CC02

Color #04CC02 Free Speech Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Green #04CC02

Tints of Free Speech Green #04CC02

Color information

#04CC02 (or 0x04CC02) is unknown color: approx Free Speech Green. HEX triplet: 04, CC and 02. RGB value is (4,204,2). Sum of RGB (Red+Green+Blue) = 4+204+2=210 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.90% from 210); Green value is 204 (80.08% from 255 or 97.14% from 210); Blue value is 2 (1.17% from 255 or 0.95% from 210); Max value from RGB is 204 - color contains mainly: green. Hex color #04CC02 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #04CC02 is #FB33FD. Grayscale: #797979. Windows color (decimal): -16462846 or 183300. OLE color: 183300.

HSL color Cylindrical-coordinate representation of color #04CC02: hue angle of 119.41º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #04CC02 is Cyan = 0.98, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.2.

Color convert

RGB42042-
CMYK0.9800.990.2
HSL119.41º98.06%40.39%-
HSV(B)119.41º99.02%80%-
XYZ21.6543.227.26-
YUV121.1760.7444.43-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.90%
GREEN value IS 204 (80.08% from 255) = 97.14%
BLUE value IS 2 (1.17% from 255) = 0.95%
R=1.90%
G=97.14%
B=0.95%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal420420.9800.990.2119.4198.0640.39
Hex4CC26206314776228
Octal4314214201432416714250
Binary10011001100101100010011000111010011101111100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04CC02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #04CC02;
 }
 .AnyTagClassName
 {
   color: #04CC02;
 }
</style>
background-color css

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

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

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

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

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

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