Html Css Color HEX #01DD1B Free Speech Green

📋 copy color: '#01DD1B'

red 1 ◦ green 221 ◦ blue 27

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

Shades of Free Speech Green #01DD1B

Tints of Free Speech Green #01DD1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.84%

R = 0.4%
G = 88.76%
B = 10.84%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#01DD1B (or 0x01DD1B) is known color: Free Speech Green. HEX triplet: 01, DD and 1B. RGB value is (1,221,27). Sum of RGB (Red+Green+Blue) = 1+221+27=249 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 249); Green value is 221 (86.72% from 255 or 88.76% from 249); Blue value is 27 (10.94% from 255 or 10.84% from 249); Max value from RGB is 221 - color contains mainly: green. Hex color #01DD1B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01DD1B is #FE22E4. Grayscale: #858585. Windows color (decimal): -16655077 or 1826049. OLE color: 1826049.

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

Color convert

RGB 1 221 27 -
CMYK 1.00 0 0.88 0.13
HSL 127.09º 0.99% 0.44% -
HSV(B) 127.09º 1% 0.87% -
XYZ 26.07 51.8 9.66 -
YUV 133.1 68.11 33.77 -
System Red Green Blue C M Y K H S L
Decimal 1 221 27 1.00 0 0.88 0.13 127.09 0.99 0.44
Hex 1 DD 1B 64 0 58 D 7F 63 2C
Octal 1 335 33 144 0 130 15 177 143 54
Binary 1 11011101 11011 1100100 0 1011000 1101 1111111 1100011 101100

Color Harmonies of #01DD1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01DD1B

Black with #01DD1B

Text Example


Text Example

White with #01DD1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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