Html Css Color HEX #01DD1E Free Speech Green

📋 copy color: '#01DD1E'

red 1 ◦ green 221 ◦ blue 30

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

Shades of Free Speech Green #01DD1E

Tints of Free Speech Green #01DD1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.9%

R = 0.4%
G = 87.7%
B = 11.9%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#01DD1E (or 0x01DD1E) is known color: Free Speech Green. HEX triplet: 01, DD and 1E. RGB value is (1,221,30). Sum of RGB (Red+Green+Blue) = 1+221+30=252 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 252); Green value is 221 (86.72% from 255 or 87.70% from 252); Blue value is 30 (12.11% from 255 or 11.90% from 252); Max value from RGB is 221 - color contains mainly: green. Hex color #01DD1E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01DD1E is #FE22E1. Grayscale: #858585. Windows color (decimal): -16655074 or 2022657. OLE color: 2022657.

HSL color Cylindrical-coordinate representation of color #01DD1E: hue angle of 127.91º 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 #01DD1E is Cyan = 1.00, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB 1 221 30 -
CMYK 1.00 0 0.86 0.13
HSL 127.91º 0.99% 0.44% -
HSV(B) 127.91º 1% 0.87% -
XYZ 26.1 51.81 9.85 -
YUV 133.45 69.61 33.53 -
System Red Green Blue C M Y K H S L
Decimal 1 221 30 1.00 0 0.86 0.13 127.91 0.99 0.44
Hex 1 DD 1E 64 0 56 D 80 63 2C
Octal 1 335 36 144 0 126 15 200 143 54
Binary 1 11011101 11110 1100100 0 1010110 1101 10000000 1100011 101100

Color Harmonies of #01DD1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01DD1E

Black with #01DD1E

Text Example


Text Example

White with #01DD1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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