Html Css Color HEX #1DD536 Lime Green

📋 copy color: '#1DD536'

red 29 ◦ green 213 ◦ blue 54

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

Shades of Lime Green #1DD536

Tints of Lime Green #1DD536

RGB

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

 GREEN value IS 213 (83.59% from 255) = 71.96%

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

R = 9.8%
G = 71.96%
B = 18.24%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#1DD536 (or 0x1DD536) is known color: Lime Green. HEX triplet: 1D, D5 and 36. RGB value is (29,213,54). Sum of RGB (Red+Green+Blue) = 29+213+54=296 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.80% from 296); Green value is 213 (83.59% from 255 or 71.96% from 296); Blue value is 54 (21.48% from 255 or 18.24% from 296); Max value from RGB is 213 - color contains mainly: green. Hex color #1DD536 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DD536 is #E22AC9. Grayscale: #8C8C8C. Windows color (decimal): -14822090 or 3593501. OLE color: 3593501.

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

Color convert

RGB 29 213 54 -
CMYK 0.86 0 0.75 0.16
HSL 128.15º 0.76% 0.47% -
HSV(B) 128.15º 0.86% 0.84% -
XYZ 24.97 48.12 11.46 -
YUV 139.86 79.54 48.93 -
System Red Green Blue C M Y K H S L
Decimal 29 213 54 0.86 0 0.75 0.16 128.15 0.76 0.47
Hex 1D D5 36 56 0 4B 10 80 4C 2F
Octal 35 325 66 126 0 113 20 200 114 57
Binary 11101 11010101 110110 1010110 0 1001011 10000 10000000 1001100 101111

Color Harmonies of #1DD536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DD536

Black with #1DD536

Text Example


Text Example

White with #1DD536

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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