#1DBE1A

Color #1DBE1A Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #1DBE1A

Tints of Lime Green #1DBE1A

Color information

#1DBE1A (or 0x1DBE1A) is unknown color: approx Lime Green. HEX triplet: 1D, BE and 1A. RGB value is (29,190,26). Sum of RGB (Red+Green+Blue) = 29+190+26=245 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.84% from 245); Green value is 190 (74.61% from 255 or 77.55% from 245); Blue value is 26 (10.55% from 255 or 10.61% from 245); Max value from RGB is 190 - color contains mainly: green. Hex color #1DBE1A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DBE1A is #E241E5. Grayscale: #7B7B7B. Windows color (decimal): -14828006 or 1752605. OLE color: 1752605.

HSL color Cylindrical-coordinate representation of color #1DBE1A: hue angle of 118.9º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DBE1A is Cyan = 0.85, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB2919026-
CMYK0.8500.860.25
HSL118.9º75.93%42.35%-
HSV(B)118.9º86.32%74.51%-
XYZ19.1137.167.14-
YUV123.1673.1660.84-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.84%
GREEN value IS 190 (74.61% from 255) = 77.55%
BLUE value IS 26 (10.55% from 255) = 10.61%
R=11.84%
G=77.55%
B=10.61%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal29190260.8500.860.25118.975.9342.35
Hex1DBE1A5505619774c2a
Octal352763212501263116711452
Binary1110110111110110101010101010101101100111101111001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DBE1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,190,26); }

 H1.HeaderClassName
 {
   color: #1DBE1A;
 }
 .AnyTagClassName
 {
   color: #1DBE1A;
 }
</style>
background-color css

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

 a { background-color: rgb(29,190,26); }

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

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

 span { border-color: rgb(29,190,26); }

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