Html Css Color HEX #1DD731 Lime Green

📋 copy color: '#1DD731'

red 29 ◦ green 215 ◦ blue 49

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

Shades of Lime Green #1DD731

Tints of Lime Green #1DD731

RGB

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

 GREEN value IS 215 (84.38% from 255) = 73.38%

 BLUE value IS 49 (19.53% from 255) = 16.72%

R = 9.9%
G = 73.38%
B = 16.72%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#1DD731 (or 0x1DD731) is known color: Lime Green. HEX triplet: 1D, D7 and 31. RGB value is (29,215,49). Sum of RGB (Red+Green+Blue) = 29+215+49=293 (38% of max value = 765). Red value is 29 (11.72% from 255 or 9.90% from 293); Green value is 215 (84.38% from 255 or 73.38% from 293); Blue value is 49 (19.53% from 255 or 16.72% from 293); Max value from RGB is 215 - color contains mainly: green. Hex color #1DD731 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DD731 is #E228CE. Grayscale: #8C8C8C. Windows color (decimal): -14821583 or 3266333. OLE color: 3266333.

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

Color convert

RGB 29 215 49 -
CMYK 0.87 0 0.77 0.16
HSL 126.45º 0.76% 0.48% -
HSV(B) 126.45º 0.87% 0.84% -
XYZ 25.36 49.08 11.04 -
YUV 140.46 76.38 48.5 -
System Red Green Blue C M Y K H S L
Decimal 29 215 49 0.87 0 0.77 0.16 126.45 0.76 0.48
Hex 1D D7 31 57 0 4D 10 7E 4C 30
Octal 35 327 61 127 0 115 20 176 114 60
Binary 11101 11010111 110001 1010111 0 1001101 10000 1111110 1001100 110000

Color Harmonies of #1DD731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DD731

Black with #1DD731

Text Example


Text Example

White with #1DD731

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,215,49); }

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

background-color css

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

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

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

border-color css

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

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

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