Html Css Color HEX #02CC0E Free Speech Green

📋 copy color: '#02CC0E'

red 2 ◦ green 204 ◦ blue 14

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

Shades of Free Speech Green #02CC0E

Tints of Free Speech Green #02CC0E

RGB

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

 GREEN value IS 204 (80.08% from 255) = 92.73%

 BLUE value IS 14 (5.86% from 255) = 6.36%

R = 0.91%
G = 92.73%
B = 6.36%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.93

 K value IS 0.2

RGB Variations

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

Color information

#02CC0E (or 0x02CC0E) is known color: Free Speech Green. HEX triplet: 02, CC and 0E. RGB value is (2,204,14). Sum of RGB (Red+Green+Blue) = 2+204+14=220 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.91% from 220); Green value is 204 (80.08% from 255 or 92.73% from 220); Blue value is 14 (5.86% from 255 or 6.36% from 220); Max value from RGB is 204 - color contains mainly: green. Hex color #02CC0E is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02CC0E is #FD33F1. Grayscale: #7A7A7A. Windows color (decimal): -16593906 or 969730. OLE color: 969730.

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

Color convert

RGB 2 204 14 -
CMYK 0.99 0 0.93 0.2
HSL 123.56º 0.98% 0.4% -
HSV(B) 123.56º 0.99% 0.8% -
XYZ 21.7 43.23 7.62 -
YUV 121.94 67.08 42.45 -
System Red Green Blue C M Y K H S L
Decimal 2 204 14 0.99 0 0.93 0.2 123.56 0.98 0.4
Hex 2 CC E 63 0 5D 14 7C 62 28
Octal 2 314 16 143 0 135 24 174 142 50
Binary 10 11001100 1110 1100011 0 1011101 10100 1111100 1100010 101000

Color Harmonies of #02CC0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02CC0E

Black with #02CC0E

Text Example


Text Example

White with #02CC0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,204,14); }

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

background-color css

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

 a { background-color: rgb(2,204,14); }

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

border-color css

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

 span { border-color: rgb(2,204,14); }

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