Html Css Color HEX #01CB11 Free Speech Green

📋 copy color: '#01CB11'

red 1 ◦ green 203 ◦ blue 17

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

Shades of Free Speech Green #01CB11

Tints of Free Speech Green #01CB11

RGB

 RED value IS 1 (0.78% from 255) = 0.45%

 GREEN value IS 203 (79.69% from 255) = 91.86%

 BLUE value IS 17 (7.03% from 255) = 7.69%

R = 0.45%
G = 91.86%
B = 7.69%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.92

 K value IS 0.20

RGB Variations

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

Color information

#01CB11 (or 0x01CB11) is known color: Free Speech Green. HEX triplet: 01, CB and 11. RGB value is (1,203,17). Sum of RGB (Red+Green+Blue) = 1+203+17=221 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 221); Green value is 203 (79.69% from 255 or 91.86% from 221); Blue value is 17 (7.03% from 255 or 7.69% from 221); Max value from RGB is 203 - color contains mainly: green. Hex color #01CB11 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01CB11 is #FE34EE. Grayscale: #797979. Windows color (decimal): -16659695 or 1166081. OLE color: 1166081.

HSL color Cylindrical-coordinate representation of color #01CB11: hue angle of 124.75º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01CB11 is Cyan = 1.00, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.20.

Color convert

RGB 1 203 17 -
CMYK 1.00 0 0.92 0.20
HSL 124.75º 0.99% 0.4% -
HSV(B) 124.75º 1% 0.8% -
XYZ 21.47 42.76 7.65 -
YUV 121.4 69.08 42.12 -
System Red Green Blue C M Y K H S L
Decimal 1 203 17 1.00 0 0.92 0.20 124.75 0.99 0.4
Hex 1 CB 11 64 0 5C 14 7D 63 28
Octal 1 313 21 144 0 134 24 175 143 50
Binary 1 11001011 10001 1100100 0 1011100 10100 1111101 1100011 101000

Color Harmonies of #01CB11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01CB11

Black with #01CB11

Text Example


Text Example

White with #01CB11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #01CB11;
 }
 .AnyTagClassName
 {
   color: #01CB11;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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