#1BD13A

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

Shades of Lime Green #1BD13A

Tints of Lime Green #1BD13A

Color information

#1BD13A (or 0x1BD13A) is unknown color: approx Lime Green. HEX triplet: 1B, D1 and 3A. RGB value is (27,209,58). Sum of RGB (Red+Green+Blue) = 27+209+58=294 (38% of max value = 765). Red value is 27 (10.94% from 255 or 9.18% from 294); Green value is 209 (82.03% from 255 or 71.09% from 294); Blue value is 58 (23.05% from 255 or 19.73% from 294); Max value from RGB is 209 - color contains mainly: green. Hex color #1BD13A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BD13A is #E42EC5. Grayscale: #898989. Windows color (decimal): -14954182 or 3854619. OLE color: 3854619.

HSL color Cylindrical-coordinate representation of color #1BD13A: hue angle of 130.22º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BD13A is Cyan = 0.87, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB2720958-
CMYK0.8700.720.18
HSL130.22º77.12%46.27%-
HSV(B)130.22º87.08%81.96%-
XYZ24.0246.1411.64-
YUV137.3783.249.28-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.18%
GREEN value IS 209 (82.03% from 255) = 71.09%
BLUE value IS 58 (23.05% from 255) = 19.73%
R=9.18%
G=71.09%
B=19.73%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal27209580.8700.720.18130.2277.1246.27
Hex1BD13A5704812824d2e
Octal333217212701102220211556
Binary110111101000111101010101110100100010010100000101001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BD13A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,209,58); }

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

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

 a { background-color: rgb(27,209,58); }

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

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

 span { border-color: rgb(27,209,58); }

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