Html Css Color HEX #1DD700 Free Speech Green

📋 copy color: '#1DD700'

red 29 ◦ green 215 ◦ blue 0

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

Shades of Free Speech Green #1DD700

Tints of Free Speech Green #1DD700

RGB

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

 GREEN value IS 215 (84.38% from 255) = 88.11%

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

R = 11.89%
G = 88.11%
B = 0%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#1DD700 (or 0x1DD700) is known color: Free Speech Green. HEX triplet: 1D, D7 and 00. RGB value is (29,215,0). Sum of RGB (Red+Green+Blue) = 29+215+0=244 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.89% from 244); Green value is 215 (84.38% from 255 or 88.11% from 244); Blue value is 0 (0.39% from 255 or 0% from 244); Max value from RGB is 215 - color contains mainly: green. Hex color #1DD700 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DD700 is #E228FF. Grayscale: #878787. Windows color (decimal): -14821632 or 55069. OLE color: 55069.

HSL color Cylindrical-coordinate representation of color #1DD700: hue angle of 111.91º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1DD700 is Cyan = 0.87, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.16.

Color convert

RGB 29 215 0 -
CMYK 0.87 0 1 0.16
HSL 111.91º 1% 0.42% -
HSV(B) 111.91º 1% 0.84% -
XYZ 24.81 48.86 8.12 -
YUV 134.88 51.88 52.48 -
System Red Green Blue C M Y K H S L
Decimal 29 215 0 0.87 0 1 0.16 111.91 1 0.42
Hex 1D D7 0 57 0 64 10 70 64 2A
Octal 35 327 0 127 0 144 20 160 144 52
Binary 11101 11010111 0 1010111 0 1100100 10000 1110000 1100100 101010

Color Harmonies of #1DD700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DD700

Black with #1DD700

Text Example


Text Example

White with #1DD700

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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