Html Css Color HEX #1DFE00 Free Speech Green

📋 copy color: '#1DFE00'

red 29 ◦ green 254 ◦ blue 0

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

Shades of Free Speech Green #1DFE00

Tints of Free Speech Green #1DFE00

RGB

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

 GREEN value IS 254 (99.61% from 255) = 89.75%

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

R = 10.25%
G = 89.75%
B = 0%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 1

 K value IS 0.00

RGB Variations

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

Color information

#1DFE00 (or 0x1DFE00) is known color: Free Speech Green. HEX triplet: 1D, FE and 00. RGB value is (29,254,0). Sum of RGB (Red+Green+Blue) = 29+254+0=283 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.25% from 283); Green value is 254 (99.61% from 255 or 89.75% from 283); Blue value is 0 (0.39% from 255 or 0% from 283); Max value from RGB is 254 - color contains mainly: green. Hex color #1DFE00 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1DFE00 is #E201FF. Grayscale: #9E9E9E. Windows color (decimal): -14811648 or 65053. OLE color: 65053.

HSL color Cylindrical-coordinate representation of color #1DFE00: hue angle of 113.15º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1DFE00 is Cyan = 0.89, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.00.

Color convert

RGB 29 254 0 -
CMYK 0.89 0 1 0.00
HSL 113.15º 1% 0.5% -
HSV(B) 113.15º 1% 1% -
XYZ 35.95 71.14 11.84 -
YUV 157.77 38.96 36.15 -
System Red Green Blue C M Y K H S L
Decimal 29 254 0 0.89 0 1 0.00 113.15 1 0.5
Hex 1D FE 0 59 0 64 0 71 64 32
Octal 35 376 0 131 0 144 0 161 144 62
Binary 11101 11111110 0 1011001 0 1100100 0 1110001 1100100 110010

Color Harmonies of #1DFE00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DFE00

Black with #1DFE00

Text Example


Text Example

White with #1DFE00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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