Html Css Color HEX #02CE09 Free Speech Green

📋 copy color: '#02CE09'

red 2 ◦ green 206 ◦ blue 9

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

Shades of Free Speech Green #02CE09

Tints of Free Speech Green #02CE09

RGB

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

 GREEN value IS 206 (80.86% from 255) = 94.93%

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

R = 0.92%
G = 94.93%
B = 4.15%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.96

 K value IS 0.19

RGB Variations

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

Color information

#02CE09 (or 0x02CE09) is known color: Free Speech Green. HEX triplet: 02, CE and 09. RGB value is (2,206,9). Sum of RGB (Red+Green+Blue) = 2+206+9=217 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.92% from 217); Green value is 206 (80.86% from 255 or 94.93% from 217); Blue value is 9 (3.91% from 255 or 4.15% from 217); Max value from RGB is 206 - color contains mainly: green. Hex color #02CE09 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02CE09 is #FD31F6. Grayscale: #7B7B7B. Windows color (decimal): -16593399 or 642562. OLE color: 642562.

HSL color Cylindrical-coordinate representation of color #02CE09: hue angle of 122.06º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02CE09 is Cyan = 0.99, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.19.

Color convert

RGB 2 206 9 -
CMYK 0.99 0 0.96 0.19
HSL 122.06º 0.98% 0.41% -
HSV(B) 122.06º 0.99% 0.81% -
XYZ 22.15 44.18 7.62 -
YUV 122.55 63.91 42.02 -
System Red Green Blue C M Y K H S L
Decimal 2 206 9 0.99 0 0.96 0.19 122.06 0.98 0.41
Hex 2 CE 9 63 0 60 13 7A 62 29
Octal 2 316 11 143 0 140 23 172 142 51
Binary 10 11001110 1001 1100011 0 1100000 10011 1111010 1100010 101001

Color Harmonies of #02CE09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02CE09

Black with #02CE09

Text Example


Text Example

White with #02CE09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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