Html Css Color HEX #1DFB00 Free Speech Green

📋 copy color: '#1DFB00'

red 29 ◦ green 251 ◦ blue 0

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

Shades of Free Speech Green #1DFB00

Tints of Free Speech Green #1DFB00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 10.36%
G = 89.64%
B = 0%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#1DFB00 (or 0x1DFB00) is known color: Free Speech Green. HEX triplet: 1D, FB and 00. RGB value is (29,251,0). Sum of RGB (Red+Green+Blue) = 29+251+0=280 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.36% from 280); Green value is 251 (98.44% from 255 or 89.64% from 280); Blue value is 0 (0.39% from 255 or 0% from 280); Max value from RGB is 251 - color contains mainly: green. Hex color #1DFB00 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1DFB00 is #E204FF. Grayscale: #9C9C9C. Windows color (decimal): -14812416 or 64285. OLE color: 64285.

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

Color convert

RGB 29 251 0 -
CMYK 0.88 0 1 0.02
HSL 113.07º 1% 0.49% -
HSV(B) 113.07º 1% 0.98% -
XYZ 35 69.26 11.52 -
YUV 156.01 39.95 37.41 -
System Red Green Blue C M Y K H S L
Decimal 29 251 0 0.88 0 1 0.02 113.07 1 0.49
Hex 1D FB 0 58 0 64 2 71 64 31
Octal 35 373 0 130 0 144 2 161 144 61
Binary 11101 11111011 0 1011000 0 1100100 10 1110001 1100100 110001

Color Harmonies of #1DFB00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DFB00

Black with #1DFB00

Text Example


Text Example

White with #1DFB00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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