Html Css Color HEX #1DCE37 Lime Green

📋 copy color: '#1DCE37'

red 29 ◦ green 206 ◦ blue 55

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

Shades of Lime Green #1DCE37

Tints of Lime Green #1DCE37

RGB

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

 GREEN value IS 206 (80.86% from 255) = 71.03%

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

R = 10%
G = 71.03%
B = 18.97%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#1DCE37 (or 0x1DCE37) is known color: Lime Green. HEX triplet: 1D, CE and 37. RGB value is (29,206,55). Sum of RGB (Red+Green+Blue) = 29+206+55=290 (38% of max value = 765). Red value is 29 (11.72% from 255 or 10% from 290); Green value is 206 (80.86% from 255 or 71.03% from 290); Blue value is 55 (21.88% from 255 or 18.97% from 290); Max value from RGB is 206 - color contains mainly: green. Hex color #1DCE37 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DCE37 is #E231C8. Grayscale: #888888. Windows color (decimal): -14823881 or 3657245. OLE color: 3657245.

HSL color Cylindrical-coordinate representation of color #1DCE37: hue angle of 128.81º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DCE37 is Cyan = 0.86, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.19.

Color convert

RGB 29 206 55 -
CMYK 0.86 0 0.73 0.19
HSL 128.81º 0.75% 0.46% -
HSV(B) 128.81º 0.86% 0.81% -
XYZ 23.27 44.68 11.01 -
YUV 135.86 82.36 51.78 -
System Red Green Blue C M Y K H S L
Decimal 29 206 55 0.86 0 0.73 0.19 128.81 0.75 0.46
Hex 1D CE 37 56 0 49 13 81 4B 2E
Octal 35 316 67 126 0 111 23 201 113 56
Binary 11101 11001110 110111 1010110 0 1001001 10011 10000001 1001011 101110

Color Harmonies of #1DCE37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DCE37

Black with #1DCE37

Text Example


Text Example

White with #1DCE37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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