Html Css Color HEX #1DEB1D Free Speech Green

📋 copy color: '#1DEB1D'

red 29 ◦ green 235 ◦ blue 29

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

Shades of Free Speech Green #1DEB1D

Tints of Free Speech Green #1DEB1D

RGB

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

 GREEN value IS 235 (92.19% from 255) = 80.2%

 BLUE value IS 29 (11.72% from 255) = 9.9%

R = 9.9%
G = 80.2%
B = 9.9%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#1DEB1D (or 0x1DEB1D) is known color: Free Speech Green. HEX triplet: 1D, EB and 1D. RGB value is (29,235,29). Sum of RGB (Red+Green+Blue) = 29+235+29=293 (38% of max value = 765). Red value is 29 (11.72% from 255 or 9.90% from 293); Green value is 235 (92.19% from 255 or 80.20% from 293); Blue value is 29 (11.72% from 255 or 9.90% from 293); Max value from RGB is 235 - color contains mainly: green. Hex color #1DEB1D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1DEB1D is #E214E2. Grayscale: #969696. Windows color (decimal): -14816483 or 1960733. OLE color: 1960733.

HSL color Cylindrical-coordinate representation of color #1DEB1D: hue angle of 120º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DEB1D is Cyan = 0.88, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.08.

Color convert

RGB 29 235 29 -
CMYK 0.88 0 0.88 0.08
HSL 120º 0.84% 0.52% -
HSV(B) 120º 0.88% 0.92% -
XYZ 30.44 59.77 11.09 -
YUV 149.92 59.75 41.75 -
System Red Green Blue C M Y K H S L
Decimal 29 235 29 0.88 0 0.88 0.08 120 0.84 0.52
Hex 1D EB 1D 58 0 58 8 78 54 34
Octal 35 353 35 130 0 130 10 170 124 64
Binary 11101 11101011 11101 1011000 0 1011000 1000 1111000 1010100 110100

Color Harmonies of #1DEB1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DEB1D

Black with #1DEB1D

Text Example


Text Example

White with #1DEB1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,235,29); }

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

background-color css

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

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

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

border-color css

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

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

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