Html Css Color HEX #01DD02 Free Speech Green

📋 copy color: '#01DD02'

red 1 ◦ green 221 ◦ blue 2

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

Shades of Free Speech Green #01DD02

Tints of Free Speech Green #01DD02

RGB

 RED value IS 1 (0.78% from 255) = 0.45%

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

 BLUE value IS 2 (1.17% from 255) = 0.89%

R = 0.45%
G = 98.66%
B = 0.89%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#01DD02 (or 0x01DD02) is known color: Free Speech Green. HEX triplet: 01, DD and 02. RGB value is (1,221,2). Sum of RGB (Red+Green+Blue) = 1+221+2=224 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 224); Green value is 221 (86.72% from 255 or 98.66% from 224); Blue value is 2 (1.17% from 255 or 0.89% from 224); Max value from RGB is 221 - color contains mainly: green. Hex color #01DD02 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01DD02 is #FE22FD. Grayscale: #828282. Windows color (decimal): -16655102 or 187649. OLE color: 187649.

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

Color convert

RGB 1 221 2 -
CMYK 1.00 0 0.99 0.13
HSL 120.27º 0.99% 0.44% -
HSV(B) 120.27º 1% 0.87% -
XYZ 25.88 51.72 8.68 -
YUV 130.25 55.61 35.81 -
System Red Green Blue C M Y K H S L
Decimal 1 221 2 1.00 0 0.99 0.13 120.27 0.99 0.44
Hex 1 DD 2 64 0 63 D 78 63 2C
Octal 1 335 2 144 0 143 15 170 143 54
Binary 1 11011101 10 1100100 0 1100011 1101 1111000 1100011 101100

Color Harmonies of #01DD02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01DD02

Black with #01DD02

Text Example


Text Example

White with #01DD02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01DD02; }

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

 H1.HeaderClassName
 {
   color: #01DD02;
 }
 .AnyTagClassName
 {
   color: #01DD02;
 }
</style>

background-color css

<style>
 a { background-color: #01DD02; }

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

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

border-color css

<style>
 span { border-color: #01DD02; }

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

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