Html Css Color HEX #01DC1B Free Speech Green

📋 copy color: '#01DC1B'

red 1 ◦ green 220 ◦ blue 27

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

Shades of Free Speech Green #01DC1B

Tints of Free Speech Green #01DC1B

RGB

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

 GREEN value IS 220 (86.33% from 255) = 88.71%

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

R = 0.4%
G = 88.71%
B = 10.89%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#01DC1B (or 0x01DC1B) is known color: Free Speech Green. HEX triplet: 01, DC and 1B. RGB value is (1,220,27). Sum of RGB (Red+Green+Blue) = 1+220+27=248 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 248); Green value is 220 (86.33% from 255 or 88.71% from 248); Blue value is 27 (10.94% from 255 or 10.89% from 248); Max value from RGB is 220 - color contains mainly: green. Hex color #01DC1B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01DC1B is #FE23E4. Grayscale: #858585. Windows color (decimal): -16655333 or 1825793. OLE color: 1825793.

HSL color Cylindrical-coordinate representation of color #01DC1B: hue angle of 127.12º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01DC1B is Cyan = 1.00, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.14.

Color convert

RGB 1 220 27 -
CMYK 1.00 0 0.88 0.14
HSL 127.12º 0.99% 0.43% -
HSV(B) 127.12º 1% 0.86% -
XYZ 25.8 51.27 9.57 -
YUV 132.52 68.45 34.19 -
System Red Green Blue C M Y K H S L
Decimal 1 220 27 1.00 0 0.88 0.14 127.12 0.99 0.43
Hex 1 DC 1B 64 0 58 E 7F 63 2B
Octal 1 334 33 144 0 130 16 177 143 53
Binary 1 11011100 11011 1100100 0 1011000 1110 1111111 1100011 101011

Color Harmonies of #01DC1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01DC1B

Black with #01DC1B

Text Example


Text Example

White with #01DC1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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