Html Css Color HEX #1DD31E Lime Green

📋 copy color: '#1DD31E'

red 29 ◦ green 211 ◦ blue 30

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

Shades of Lime Green #1DD31E

Tints of Lime Green #1DD31E

RGB

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

 GREEN value IS 211 (82.81% from 255) = 78.15%

 BLUE value IS 30 (12.11% from 255) = 11.11%

R = 10.74%
G = 78.15%
B = 11.11%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.86

 K value IS 0.17

RGB Variations

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

Color information

#1DD31E (or 0x1DD31E) is known color: Lime Green. HEX triplet: 1D, D3 and 1E. RGB value is (29,211,30). Sum of RGB (Red+Green+Blue) = 29+211+30=270 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.74% from 270); Green value is 211 (82.81% from 255 or 78.15% from 270); Blue value is 30 (12.11% from 255 or 11.11% from 270); Max value from RGB is 211 - color contains mainly: green. Hex color #1DD31E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DD31E is #E22CE1. Grayscale: #888888. Windows color (decimal): -14822626 or 2020125. OLE color: 2020125.

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

Color convert

RGB 29 211 30 -
CMYK 0.86 0 0.86 0.17
HSL 120.33º 0.76% 0.47% -
HSV(B) 120.33º 0.86% 0.83% -
XYZ 24.04 46.94 9.02 -
YUV 135.95 68.2 51.72 -
System Red Green Blue C M Y K H S L
Decimal 29 211 30 0.86 0 0.86 0.17 120.33 0.76 0.47
Hex 1D D3 1E 56 0 56 11 78 4C 2F
Octal 35 323 36 126 0 126 21 170 114 57
Binary 11101 11010011 11110 1010110 0 1010110 10001 1111000 1001100 101111

Color Harmonies of #1DD31E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DD31E

Black with #1DD31E

Text Example


Text Example

White with #1DD31E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,211,30); }

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

background-color css

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

 a { background-color: rgb(29,211,30); }

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

border-color css

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

 span { border-color: rgb(29,211,30); }

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