Html Css Color HEX #02CE07 Free Speech Green

📋 copy color: '#02CE07'

red 2 ◦ green 206 ◦ blue 7

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

Shades of Free Speech Green #02CE07

Tints of Free Speech Green #02CE07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.26%

R = 0.93%
G = 95.81%
B = 3.26%

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

#02CE07 (or 0x02CE07) is known color: Free Speech Green. HEX triplet: 02, CE and 07. RGB value is (2,206,7). Sum of RGB (Red+Green+Blue) = 2+206+7=215 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 215); Green value is 206 (80.86% from 255 or 95.81% from 215); Blue value is 7 (3.12% from 255 or 3.26% from 215); Max value from RGB is 206 - color contains mainly: green. Hex color #02CE07 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02CE07 is #FD31F8. Grayscale: #7A7A7A. Windows color (decimal): -16593401 or 511490. OLE color: 511490.

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

Color convert

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

Color Harmonies of #02CE07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02CE07

Black with #02CE07

Text Example


Text Example

White with #02CE07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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