Html Css Color HEX #1DD23E Lime Green

📋 copy color: '#1DD23E'

red 29 ◦ green 210 ◦ blue 62

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

Shades of Lime Green #1DD23E

Tints of Lime Green #1DD23E

RGB

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

 GREEN value IS 210 (82.42% from 255) = 69.77%

 BLUE value IS 62 (24.61% from 255) = 20.6%

R = 9.63%
G = 69.77%
B = 20.6%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#1DD23E (or 0x1DD23E) is known color: Lime Green. HEX triplet: 1D, D2 and 3E. RGB value is (29,210,62). Sum of RGB (Red+Green+Blue) = 29+210+62=301 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.63% from 301); Green value is 210 (82.42% from 255 or 69.77% from 301); Blue value is 62 (24.61% from 255 or 20.60% from 301); Max value from RGB is 210 - color contains mainly: green. Hex color #1DD23E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DD23E is #E22DC1. Grayscale: #8B8B8B. Windows color (decimal): -14822850 or 4117021. OLE color: 4117021.

HSL color Cylindrical-coordinate representation of color #1DD23E: hue angle of 130.94º 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 #1DD23E is Cyan = 0.86, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB 29 210 62 -
CMYK 0.86 0 0.70 0.18
HSL 130.94º 0.76% 0.47% -
HSV(B) 130.94º 0.86% 0.82% -
XYZ 24.42 46.7 12.28 -
YUV 139.01 84.53 49.53 -
System Red Green Blue C M Y K H S L
Decimal 29 210 62 0.86 0 0.70 0.18 130.94 0.76 0.47
Hex 1D D2 3E 56 0 46 12 83 4C 2F
Octal 35 322 76 126 0 106 22 203 114 57
Binary 11101 11010010 111110 1010110 0 1000110 10010 10000011 1001100 101111

Color Harmonies of #1DD23E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DD23E

Black with #1DD23E

Text Example


Text Example

White with #1DD23E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,210,62); }

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

background-color css

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

 a { background-color: rgb(29,210,62); }

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

border-color css

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

 span { border-color: rgb(29,210,62); }

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