Html Css Color HEX #1DD82B Lime Green

📋 copy color: '#1DD82B'

red 29 ◦ green 216 ◦ blue 43

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

Shades of Lime Green #1DD82B

Tints of Lime Green #1DD82B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.93%

R = 10.07%
G = 75%
B = 14.93%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#1DD82B (or 0x1DD82B) is known color: Lime Green. HEX triplet: 1D, D8 and 2B. RGB value is (29,216,43). Sum of RGB (Red+Green+Blue) = 29+216+43=288 (38% of max value = 765). Red value is 29 (11.72% from 255 or 10.07% from 288); Green value is 216 (84.77% from 255 or 75% from 288); Blue value is 43 (17.19% from 255 or 14.93% from 288); Max value from RGB is 216 - color contains mainly: green. Hex color #1DD82B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DD82B is #E227D4. Grayscale: #8C8C8C. Windows color (decimal): -14821333 or 2873373. OLE color: 2873373.

HSL color Cylindrical-coordinate representation of color #1DD82B: hue angle of 124.49º 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 #1DD82B is Cyan = 0.87, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 29 216 43 -
CMYK 0.87 0 0.80 0.15
HSL 124.49º 0.76% 0.48% -
HSV(B) 124.49º 0.87% 0.85% -
XYZ 25.5 49.55 10.51 -
YUV 140.37 73.05 48.57 -
System Red Green Blue C M Y K H S L
Decimal 29 216 43 0.87 0 0.80 0.15 124.49 0.76 0.48
Hex 1D D8 2B 57 0 50 F 7C 4C 30
Octal 35 330 53 127 0 120 17 174 114 60
Binary 11101 11011000 101011 1010111 0 1010000 1111 1111100 1001100 110000

Color Harmonies of #1DD82B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DD82B

Black with #1DD82B

Text Example


Text Example

White with #1DD82B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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