Html Css Color HEX #1DD310 Lime Green

📋 copy color: '#1DD310'

red 29 ◦ green 211 ◦ blue 16

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

Shades of Lime Green #1DD310

Tints of Lime Green #1DD310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.25%

R = 11.33%
G = 82.42%
B = 6.25%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#1DD310 (or 0x1DD310) is known color: Lime Green. HEX triplet: 1D, D3 and 10. RGB value is (29,211,16). Sum of RGB (Red+Green+Blue) = 29+211+16=256 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.33% from 256); Green value is 211 (82.81% from 255 or 82.42% from 256); Blue value is 16 (6.64% from 255 or 6.25% from 256); Max value from RGB is 211 - color contains mainly: green. Hex color #1DD310 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DD310 is #E22CEF. Grayscale: #868686. Windows color (decimal): -14822640 or 1102621. OLE color: 1102621.

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

Color convert

RGB 29 211 16 -
CMYK 0.86 0 0.92 0.17
HSL 116º 0.86% 0.45% -
HSV(B) 116º 0.92% 0.83% -
XYZ 23.89 46.89 8.28 -
YUV 134.35 61.2 52.86 -
System Red Green Blue C M Y K H S L
Decimal 29 211 16 0.86 0 0.92 0.17 116 0.86 0.45
Hex 1D D3 10 56 0 5C 11 74 56 2D
Octal 35 323 20 126 0 134 21 164 126 55
Binary 11101 11010011 10000 1010110 0 1011100 10001 1110100 1010110 101101

Color Harmonies of #1DD310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DD310

Black with #1DD310

Text Example


Text Example

White with #1DD310

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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