Html Css Color HEX #02CB09 Free Speech Green

📋 copy color: '#02CB09'

red 2 ◦ green 203 ◦ blue 9

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

Shades of Free Speech Green #02CB09

Tints of Free Speech Green #02CB09

RGB

 RED value IS 2 (1.17% from 255) = 0.93%

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

 BLUE value IS 9 (3.91% from 255) = 4.21%

R = 0.93%
G = 94.86%
B = 4.21%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.96

 K value IS 0.20

RGB Variations

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

Color information

#02CB09 (or 0x02CB09) is known color: Free Speech Green. HEX triplet: 02, CB and 09. RGB value is (2,203,9). Sum of RGB (Red+Green+Blue) = 2+203+9=214 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 214); Green value is 203 (79.69% from 255 or 94.86% from 214); Blue value is 9 (3.91% from 255 or 4.21% from 214); Max value from RGB is 203 - color contains mainly: green. Hex color #02CB09 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02CB09 is #FD34F6. Grayscale: #797979. Windows color (decimal): -16594167 or 641794. OLE color: 641794.

HSL color Cylindrical-coordinate representation of color #02CB09: hue angle of 122.09º 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 #02CB09 is Cyan = 0.99, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.20.

Color convert

RGB 2 203 9 -
CMYK 0.99 0 0.96 0.20
HSL 122.09º 0.98% 0.4% -
HSV(B) 122.09º 0.99% 0.8% -
XYZ 21.43 42.74 7.38 -
YUV 120.79 64.91 43.27 -
System Red Green Blue C M Y K H S L
Decimal 2 203 9 0.99 0 0.96 0.20 122.09 0.98 0.4
Hex 2 CB 9 63 0 60 14 7A 62 28
Octal 2 313 11 143 0 140 24 172 142 50
Binary 10 11001011 1001 1100011 0 1100000 10100 1111010 1100010 101000

Color Harmonies of #02CB09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02CB09

Black with #02CB09

Text Example


Text Example

White with #02CB09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02CB09; }

 p { color: rgb(2,203,9); }

 H1.HeaderClassName
 {
   color: #02CB09;
 }
 .AnyTagClassName
 {
   color: #02CB09;
 }
</style>

background-color css

<style>
 a { background-color: #02CB09; }

 a { background-color: rgb(2,203,9); }

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

border-color css

<style>
 span { border-color: #02CB09; }

 span { border-color: rgb(2,203,9); }

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