Html Css Color HEX #1DC137 Lime Green

📋 copy color: '#1DC137'

red 29 ◦ green 193 ◦ blue 55

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

Shades of Lime Green #1DC137

Tints of Lime Green #1DC137

RGB

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

 GREEN value IS 193 (75.78% from 255) = 69.68%

 BLUE value IS 55 (21.88% from 255) = 19.86%

R = 10.47%
G = 69.68%
B = 19.86%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#1DC137 (or 0x1DC137) is known color: Lime Green. HEX triplet: 1D, C1 and 37. RGB value is (29,193,55). Sum of RGB (Red+Green+Blue) = 29+193+55=277 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.47% from 277); Green value is 193 (75.78% from 255 or 69.68% from 277); Blue value is 55 (21.88% from 255 or 19.86% from 277); Max value from RGB is 193 - color contains mainly: green. Hex color #1DC137 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DC137 is #E23EC8. Grayscale: #808080. Windows color (decimal): -14827209 or 3653917. OLE color: 3653917.

HSL color Cylindrical-coordinate representation of color #1DC137: hue angle of 129.51º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DC137 is Cyan = 0.85, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.24.

Color convert

RGB 29 193 55 -
CMYK 0.85 0 0.72 0.24
HSL 129.51º 0.74% 0.44% -
HSV(B) 129.51º 0.85% 0.76% -
XYZ 20.27 38.68 10.01 -
YUV 128.23 86.67 57.22 -
System Red Green Blue C M Y K H S L
Decimal 29 193 55 0.85 0 0.72 0.24 129.51 0.74 0.44
Hex 1D C1 37 55 0 48 18 82 4A 2C
Octal 35 301 67 125 0 110 30 202 112 54
Binary 11101 11000001 110111 1010101 0 1001000 11000 10000010 1001010 101100

Color Harmonies of #1DC137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DC137

Black with #1DC137

Text Example


Text Example

White with #1DC137

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,193,55); }

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

background-color css

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

 a { background-color: rgb(29,193,55); }

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

border-color css

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

 span { border-color: rgb(29,193,55); }

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