Html Css Color HEX #1DFD00 Free Speech Green

📋 copy color: '#1DFD00'

red 29 ◦ green 253 ◦ blue 0

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

Shades of Free Speech Green #1DFD00

Tints of Free Speech Green #1DFD00

RGB

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

 GREEN value IS 253 (99.22% from 255) = 89.72%

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

R = 10.28%
G = 89.72%
B = 0%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#1DFD00 (or 0x1DFD00) is known color: Free Speech Green. HEX triplet: 1D, FD and 00. RGB value is (29,253,0). Sum of RGB (Red+Green+Blue) = 29+253+0=282 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.28% from 282); Green value is 253 (99.22% from 255 or 89.72% from 282); Blue value is 0 (0.39% from 255 or 0% from 282); Max value from RGB is 253 - color contains mainly: green. Hex color #1DFD00 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1DFD00 is #E202FF. Grayscale: #9D9D9D. Windows color (decimal): -14811904 or 64797. OLE color: 64797.

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

Color convert

RGB 29 253 0 -
CMYK 0.89 0 1 0.01
HSL 113.12º 1% 0.5% -
HSV(B) 113.12º 1% 0.99% -
XYZ 35.63 70.51 11.73 -
YUV 157.18 39.29 36.57 -
System Red Green Blue C M Y K H S L
Decimal 29 253 0 0.89 0 1 0.01 113.12 1 0.5
Hex 1D FD 0 59 0 64 1 71 64 32
Octal 35 375 0 131 0 144 1 161 144 62
Binary 11101 11111101 0 1011001 0 1100100 1 1110001 1100100 110010

Color Harmonies of #1DFD00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DFD00

Black with #1DFD00

Text Example


Text Example

White with #1DFD00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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