Html Css Color HEX #1DD836 Lime Green

📋 copy color: '#1DD836'

red 29 ◦ green 216 ◦ blue 54

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

Shades of Lime Green #1DD836

Tints of Lime Green #1DD836

RGB

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

 GREEN value IS 216 (84.77% from 255) = 72.24%

 BLUE value IS 54 (21.48% from 255) = 18.06%

R = 9.7%
G = 72.24%
B = 18.06%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#1DD836 (or 0x1DD836) is known color: Lime Green. HEX triplet: 1D, D8 and 36. RGB value is (29,216,54). Sum of RGB (Red+Green+Blue) = 29+216+54=299 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.70% from 299); Green value is 216 (84.77% from 255 or 72.24% from 299); Blue value is 54 (21.48% from 255 or 18.06% from 299); Max value from RGB is 216 - color contains mainly: green. Hex color #1DD836 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DD836 is #E227C9. Grayscale: #8E8E8E. Windows color (decimal): -14821322 or 3594269. OLE color: 3594269.

HSL color Cylindrical-coordinate representation of color #1DD836: hue angle of 128.02º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DD836 is Cyan = 0.87, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.15.

Color convert

RGB 29 216 54 -
CMYK 0.87 0 0.75 0.15
HSL 128.02º 0.76% 0.48% -
HSV(B) 128.02º 0.87% 0.85% -
XYZ 25.73 49.64 11.72 -
YUV 141.62 78.55 47.67 -
System Red Green Blue C M Y K H S L
Decimal 29 216 54 0.87 0 0.75 0.15 128.02 0.76 0.48
Hex 1D D8 36 57 0 4B F 80 4C 30
Octal 35 330 66 127 0 113 17 200 114 60
Binary 11101 11011000 110110 1010111 0 1001011 1111 10000000 1001100 110000

Color Harmonies of #1DD836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DD836

Black with #1DD836

Text Example


Text Example

White with #1DD836

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,216,54); }

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

background-color css

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

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

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

border-color css

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

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

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