Html Css Color HEX #02CE04 Free Speech Green

📋 copy color: '#02CE04'

red 2 ◦ green 206 ◦ blue 4

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

Shades of Free Speech Green #02CE04

Tints of Free Speech Green #02CE04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.89%

R = 0.94%
G = 97.17%
B = 1.89%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#02CE04 (or 0x02CE04) is known color: Free Speech Green. HEX triplet: 02, CE and 04. RGB value is (2,206,4). Sum of RGB (Red+Green+Blue) = 2+206+4=212 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.94% from 212); Green value is 206 (80.86% from 255 or 97.17% from 212); Blue value is 4 (1.95% from 255 or 1.89% from 212); Max value from RGB is 206 - color contains mainly: green. Hex color #02CE04 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02CE04 is #FD31FB. Grayscale: #7A7A7A. Windows color (decimal): -16593404 or 314882. OLE color: 314882.

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

Color convert

RGB 2 206 4 -
CMYK 0.99 0 0.98 0.19
HSL 120.59º 0.98% 0.41% -
HSV(B) 120.59º 0.99% 0.81% -
XYZ 22.12 44.16 7.47 -
YUV 121.98 61.41 42.43 -
System Red Green Blue C M Y K H S L
Decimal 2 206 4 0.99 0 0.98 0.19 120.59 0.98 0.41
Hex 2 CE 4 63 0 62 13 79 62 29
Octal 2 316 4 143 0 142 23 171 142 51
Binary 10 11001110 100 1100011 0 1100010 10011 1111001 1100010 101001

Color Harmonies of #02CE04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02CE04

Black with #02CE04

Text Example


Text Example

White with #02CE04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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