Html Css Color HEX #1DFB01 Free Speech Green

📋 copy color: '#1DFB01'

red 29 ◦ green 251 ◦ blue 1

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

Shades of Free Speech Green #1DFB01

Tints of Free Speech Green #1DFB01

RGB

 RED value IS 29 (11.72% from 255) = 10.32%

 GREEN value IS 251 (98.44% from 255) = 89.32%

 BLUE value IS 1 (0.78% from 255) = 0.36%

R = 10.32%
G = 89.32%
B = 0.36%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#1DFB01 (or 0x1DFB01) is known color: Free Speech Green. HEX triplet: 1D, FB and 01. RGB value is (29,251,1). Sum of RGB (Red+Green+Blue) = 29+251+1=281 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.32% from 281); Green value is 251 (98.44% from 255 or 89.32% from 281); Blue value is 1 (0.78% from 255 or 0.36% from 281); Max value from RGB is 251 - color contains mainly: green. Hex color #1DFB01 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1DFB01 is #E204FE. Grayscale: #9C9C9C. Windows color (decimal): -14812415 or 129821. OLE color: 129821.

HSL color Cylindrical-coordinate representation of color #1DFB01: hue angle of 113.28º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1DFB01 is Cyan = 0.88, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.02.

Color convert

RGB 29 251 1 -
CMYK 0.88 0 1.00 0.02
HSL 113.28º 0.99% 0.49% -
HSV(B) 113.28º 1% 0.98% -
XYZ 35.01 69.26 11.55 -
YUV 156.12 40.45 37.33 -
System Red Green Blue C M Y K H S L
Decimal 29 251 1 0.88 0 1.00 0.02 113.28 0.99 0.49
Hex 1D FB 1 58 0 64 2 71 63 31
Octal 35 373 1 130 0 144 2 161 143 61
Binary 11101 11111011 1 1011000 0 1100100 10 1110001 1100011 110001

Color Harmonies of #1DFB01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DFB01

Black with #1DFB01

Text Example


Text Example

White with #1DFB01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1DFB01; }

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

 H1.HeaderClassName
 {
   color: #1DFB01;
 }
 .AnyTagClassName
 {
   color: #1DFB01;
 }
</style>

background-color css

<style>
 a { background-color: #1DFB01; }

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

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

border-color css

<style>
 span { border-color: #1DFB01; }

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

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