Html Css Color HEX #01D51D Free Speech Green

📋 copy color: '#01D51D'

red 1 ◦ green 213 ◦ blue 29

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

Shades of Free Speech Green #01D51D

Tints of Free Speech Green #01D51D

RGB

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

 GREEN value IS 213 (83.59% from 255) = 87.65%

 BLUE value IS 29 (11.72% from 255) = 11.93%

R = 0.41%
G = 87.65%
B = 11.93%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#01D51D (or 0x01D51D) is known color: Free Speech Green. HEX triplet: 01, D5 and 1D. RGB value is (1,213,29). Sum of RGB (Red+Green+Blue) = 1+213+29=243 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 243); Green value is 213 (83.59% from 255 or 87.65% from 243); Blue value is 29 (11.72% from 255 or 11.93% from 243); Max value from RGB is 213 - color contains mainly: green. Hex color #01D51D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01D51D is #FE2AE2. Grayscale: #818181. Windows color (decimal): -16657123 or 1955073. OLE color: 1955073.

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

Color convert

RGB 1 213 29 -
CMYK 1.00 0 0.86 0.16
HSL 127.92º 0.99% 0.42% -
HSV(B) 127.92º 1% 0.84% -
XYZ 24.03 47.68 9.1 -
YUV 128.64 71.76 36.96 -
System Red Green Blue C M Y K H S L
Decimal 1 213 29 1.00 0 0.86 0.16 127.92 0.99 0.42
Hex 1 D5 1D 64 0 56 10 80 63 2A
Octal 1 325 35 144 0 126 20 200 143 52
Binary 1 11010101 11101 1100100 0 1010110 10000 10000000 1100011 101010

Color Harmonies of #01D51D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01D51D

Black with #01D51D

Text Example


Text Example

White with #01D51D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,213,29); }

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

background-color css

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

 a { background-color: rgb(1,213,29); }

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

border-color css

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

 span { border-color: rgb(1,213,29); }

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