Html Css Color HEX #02CE06 Free Speech Green

📋 copy color: '#02CE06'

red 2 ◦ green 206 ◦ blue 6

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

Shades of Free Speech Green #02CE06

Tints of Free Speech Green #02CE06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.8%

R = 0.93%
G = 96.26%
B = 2.8%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.97

 K value IS 0.19

RGB Variations

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

Color information

#02CE06 (or 0x02CE06) is known color: Free Speech Green. HEX triplet: 02, CE and 06. RGB value is (2,206,6). Sum of RGB (Red+Green+Blue) = 2+206+6=214 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 214); Green value is 206 (80.86% from 255 or 96.26% from 214); Blue value is 6 (2.73% from 255 or 2.80% from 214); Max value from RGB is 206 - color contains mainly: green. Hex color #02CE06 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02CE06 is #FD31F9. Grayscale: #7A7A7A. Windows color (decimal): -16593402 or 445954. OLE color: 445954.

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

Color convert

RGB 2 206 6 -
CMYK 0.99 0 0.97 0.19
HSL 121.18º 0.98% 0.41% -
HSV(B) 121.18º 0.99% 0.81% -
XYZ 22.13 44.17 7.53 -
YUV 122.2 62.41 42.26 -
System Red Green Blue C M Y K H S L
Decimal 2 206 6 0.99 0 0.97 0.19 121.18 0.98 0.41
Hex 2 CE 6 63 0 61 13 79 62 29
Octal 2 316 6 143 0 141 23 171 142 51
Binary 10 11001110 110 1100011 0 1100001 10011 1111001 1100010 101001

Color Harmonies of #02CE06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02CE06

Black with #02CE06

Text Example


Text Example

White with #02CE06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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