Html Css Color HEX #01DF27 Free Speech Green

📋 copy color: '#01DF27'

red 1 ◦ green 223 ◦ blue 39

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

Shades of Free Speech Green #01DF27

Tints of Free Speech Green #01DF27

RGB

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

 GREEN value IS 223 (87.5% from 255) = 84.79%

 BLUE value IS 39 (15.63% from 255) = 14.83%

R = 0.38%
G = 84.79%
B = 14.83%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#01DF27 (or 0x01DF27) is known color: Free Speech Green. HEX triplet: 01, DF and 27. RGB value is (1,223,39). Sum of RGB (Red+Green+Blue) = 1+223+39=263 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 263); Green value is 223 (87.5% from 255 or 84.79% from 263); Blue value is 39 (15.62% from 255 or 14.83% from 263); Max value from RGB is 223 - color contains mainly: green. Hex color #01DF27 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01DF27 is #FE20D8. Grayscale: #888888. Windows color (decimal): -16654553 or 2612993. OLE color: 2612993.

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

Color convert

RGB 1 223 39 -
CMYK 1.00 0 0.83 0.13
HSL 130.27º 0.99% 0.44% -
HSV(B) 130.27º 1% 0.87% -
XYZ 26.77 52.93 10.72 -
YUV 135.65 73.45 31.96 -
System Red Green Blue C M Y K H S L
Decimal 1 223 39 1.00 0 0.83 0.13 130.27 0.99 0.44
Hex 1 DF 27 64 0 53 D 82 63 2C
Octal 1 337 47 144 0 123 15 202 143 54
Binary 1 11011111 100111 1100100 0 1010011 1101 10000010 1100011 101100

Color Harmonies of #01DF27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01DF27

Black with #01DF27

Text Example


Text Example

White with #01DF27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,223,39); }

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

background-color css

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

 a { background-color: rgb(1,223,39); }

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

border-color css

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

 span { border-color: rgb(1,223,39); }

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