Html Css Color HEX #1DD93C Lime Green

📋 copy color: '#1DD93C'

red 29 ◦ green 217 ◦ blue 60

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

Shades of Lime Green #1DD93C

Tints of Lime Green #1DD93C

RGB

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

 GREEN value IS 217 (85.16% from 255) = 70.92%

 BLUE value IS 60 (23.83% from 255) = 19.61%

R = 9.48%
G = 70.92%
B = 19.61%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#1DD93C (or 0x1DD93C) is known color: Lime Green. HEX triplet: 1D, D9 and 3C. RGB value is (29,217,60). Sum of RGB (Red+Green+Blue) = 29+217+60=306 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.48% from 306); Green value is 217 (85.16% from 255 or 70.92% from 306); Blue value is 60 (23.83% from 255 or 19.61% from 306); Max value from RGB is 217 - color contains mainly: green. Hex color #1DD93C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DD93C is #E226C3. Grayscale: #8F8F8F. Windows color (decimal): -14821060 or 3987741. OLE color: 3987741.

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

Color convert

RGB 29 217 60 -
CMYK 0.87 0 0.72 0.15
HSL 129.89º 0.76% 0.48% -
HSV(B) 129.89º 0.87% 0.85% -
XYZ 26.14 50.21 12.59 -
YUV 142.89 81.22 46.77 -
System Red Green Blue C M Y K H S L
Decimal 29 217 60 0.87 0 0.72 0.15 129.89 0.76 0.48
Hex 1D D9 3C 57 0 48 F 82 4C 30
Octal 35 331 74 127 0 110 17 202 114 60
Binary 11101 11011001 111100 1010111 0 1001000 1111 10000010 1001100 110000

Color Harmonies of #1DD93C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DD93C

Black with #1DD93C

Text Example


Text Example

White with #1DD93C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,217,60); }

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

background-color css

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

 a { background-color: rgb(29,217,60); }

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

border-color css

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

 span { border-color: rgb(29,217,60); }

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