Html Css Color HEX #02DD0E Free Speech Green

📋 copy color: '#02DD0E'

red 2 ◦ green 221 ◦ blue 14

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

Shades of Free Speech Green #02DD0E

Tints of Free Speech Green #02DD0E

RGB

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

 GREEN value IS 221 (86.72% from 255) = 93.25%

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

R = 0.84%
G = 93.25%
B = 5.91%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#02DD0E (or 0x02DD0E) is known color: Free Speech Green. HEX triplet: 02, DD and 0E. RGB value is (2,221,14). Sum of RGB (Red+Green+Blue) = 2+221+14=237 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 237); Green value is 221 (86.72% from 255 or 93.25% from 237); Blue value is 14 (5.86% from 255 or 5.91% from 237); Max value from RGB is 221 - color contains mainly: green. Hex color #02DD0E is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02DD0E is #FD22F1. Grayscale: #848484. Windows color (decimal): -16589554 or 974082. OLE color: 974082.

HSL color Cylindrical-coordinate representation of color #02DD0E: hue angle of 123.29º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02DD0E is Cyan = 0.99, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.13.

Color convert

RGB 2 221 14 -
CMYK 0.99 0 0.94 0.13
HSL 123.29º 0.98% 0.44% -
HSV(B) 123.29º 0.99% 0.87% -
XYZ 25.96 51.76 9.04 -
YUV 131.92 61.45 35.33 -
System Red Green Blue C M Y K H S L
Decimal 2 221 14 0.99 0 0.94 0.13 123.29 0.98 0.44
Hex 2 DD E 63 0 5E D 7B 62 2C
Octal 2 335 16 143 0 136 15 173 142 54
Binary 10 11011101 1110 1100011 0 1011110 1101 1111011 1100010 101100

Color Harmonies of #02DD0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02DD0E

Black with #02DD0E

Text Example


Text Example

White with #02DD0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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