Html Css Color HEX #1DE136 Lime Green

📋 copy color: '#1DE136'

red 29 ◦ green 225 ◦ blue 54

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

Shades of Lime Green #1DE136

Tints of Lime Green #1DE136

RGB

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

 GREEN value IS 225 (88.28% from 255) = 73.05%

 BLUE value IS 54 (21.48% from 255) = 17.53%

R = 9.42%
G = 73.05%
B = 17.53%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.76

 K value IS 0.12

RGB Variations

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

Color information

#1DE136 (or 0x1DE136) is known color: Lime Green. HEX triplet: 1D, E1 and 36. RGB value is (29,225,54). Sum of RGB (Red+Green+Blue) = 29+225+54=308 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.42% from 308); Green value is 225 (88.28% from 255 or 73.05% from 308); Blue value is 54 (21.48% from 255 or 17.53% from 308); Max value from RGB is 225 - color contains mainly: green. Hex color #1DE136 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DE136 is #E21EC9. Grayscale: #939393. Windows color (decimal): -14819018 or 3596573. OLE color: 3596573.

HSL color Cylindrical-coordinate representation of color #1DE136: hue angle of 127.65º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DE136 is Cyan = 0.87, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.12.

Color convert

RGB 29 225 54 -
CMYK 0.87 0 0.76 0.12
HSL 127.65º 0.77% 0.5% -
HSV(B) 127.65º 0.87% 0.88% -
XYZ 28.1 54.38 12.51 -
YUV 146.9 75.57 43.9 -
System Red Green Blue C M Y K H S L
Decimal 29 225 54 0.87 0 0.76 0.12 127.65 0.77 0.5
Hex 1D E1 36 57 0 4C C 80 4D 32
Octal 35 341 66 127 0 114 14 200 115 62
Binary 11101 11100001 110110 1010111 0 1001100 1100 10000000 1001101 110010

Color Harmonies of #1DE136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DE136

Black with #1DE136

Text Example


Text Example

White with #1DE136

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,225,54); }

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

background-color css

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

 a { background-color: rgb(29,225,54); }

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

border-color css

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

 span { border-color: rgb(29,225,54); }

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