Html Css Color HEX #1DD130 Lime Green

📋 copy color: '#1DD130'

red 29 ◦ green 209 ◦ blue 48

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

Shades of Lime Green #1DD130

Tints of Lime Green #1DD130

RGB

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

 GREEN value IS 209 (82.03% from 255) = 73.08%

 BLUE value IS 48 (19.14% from 255) = 16.78%

R = 10.14%
G = 73.08%
B = 16.78%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#1DD130 (or 0x1DD130) is known color: Lime Green. HEX triplet: 1D, D1 and 30. RGB value is (29,209,48). Sum of RGB (Red+Green+Blue) = 29+209+48=286 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.14% from 286); Green value is 209 (82.03% from 255 or 73.08% from 286); Blue value is 48 (19.14% from 255 or 16.78% from 286); Max value from RGB is 209 - color contains mainly: green. Hex color #1DD130 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DD130 is #E22ECF. Grayscale: #898989. Windows color (decimal): -14823120 or 3199261. OLE color: 3199261.

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

Color convert

RGB 29 209 48 -
CMYK 0.86 0 0.77 0.18
HSL 126.33º 0.76% 0.47% -
HSV(B) 126.33º 0.86% 0.82% -
XYZ 23.84 46.08 10.43 -
YUV 136.83 77.87 51.09 -
System Red Green Blue C M Y K H S L
Decimal 29 209 48 0.86 0 0.77 0.18 126.33 0.76 0.47
Hex 1D D1 30 56 0 4D 12 7E 4C 2F
Octal 35 321 60 126 0 115 22 176 114 57
Binary 11101 11010001 110000 1010110 0 1001101 10010 1111110 1001100 101111

Color Harmonies of #1DD130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DD130

Black with #1DD130

Text Example


Text Example

White with #1DD130

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,209,48); }

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

background-color css

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

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

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

border-color css

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

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

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