#04CB11

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

Shades of Free Speech Green #04CB11

Tints of Free Speech Green #04CB11

Color information

#04CB11 (or 0x04CB11) is unknown color: approx Free Speech Green. HEX triplet: 04, CB and 11. RGB value is (4,203,17). Sum of RGB (Red+Green+Blue) = 4+203+17=224 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.79% from 224); Green value is 203 (79.69% from 255 or 90.62% from 224); Blue value is 17 (7.03% from 255 or 7.59% from 224); Max value from RGB is 203 - color contains mainly: green. Hex color #04CB11 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #04CB11 is #FB34EE. Grayscale: #7A7A7A. Windows color (decimal): -16463087 or 1166084. OLE color: 1166084.

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

Color convert

RGB420317-
CMYK0.9800.920.20
HSL123.92º96.14%40.59%-
HSV(B)123.92º98.03%79.61%-
XYZ21.5142.787.65-
YUV122.2968.5743.62-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.79%
GREEN value IS 203 (79.69% from 255) = 90.62%
BLUE value IS 17 (7.03% from 255) = 7.59%
R=1.79%
G=90.62%
B=7.59%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal4203170.9800.920.20123.9296.1440.59
Hex4CB116205C147c6029
Octal43132114201342417414051
Binary10011001011100011100010010111001010011111001100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04CB11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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