#28BE13

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

Shades of Lime Green #28BE13

Tints of Lime Green #28BE13

Color information

#28BE13 (or 0x28BE13) is unknown color: approx Lime Green. HEX triplet: 28, BE and 13. RGB value is (40,190,19). Sum of RGB (Red+Green+Blue) = 40+190+19=249 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.06% from 249); Green value is 190 (74.61% from 255 or 76.31% from 249); Blue value is 19 (7.81% from 255 or 7.63% from 249); Max value from RGB is 190 - color contains mainly: green. Hex color #28BE13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #28BE13 is #D741EC. Grayscale: #7E7E7E. Windows color (decimal): -14107117 or 1293864. OLE color: 1293864.

HSL color Cylindrical-coordinate representation of color #28BE13: hue angle of 112.63º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #28BE13 is Cyan = 0.79, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB4019019-
CMYK0.7900.900.25
HSL112.63º81.82%40.98%-
HSV(B)112.63º90%74.51%-
XYZ19.4137.336.8-
YUV125.6667.8166.9-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.06%
GREEN value IS 190 (74.61% from 255) = 76.31%
BLUE value IS 19 (7.81% from 255) = 7.63%
R=16.06%
G=76.31%
B=7.63%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal40190190.7900.900.25112.6381.8240.98
Hex28BE134F05A19715229
Octal502762311701323116112251
Binary10100010111110100111001111010110101100111100011010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28BE13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28BE13; }

 p { color: rgb(40,190,19); }

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

<style>
 a { background-color: #28BE13; }

 a { background-color: rgb(40,190,19); }

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

<style>
 span { border-color: #28BE13; }

 span { border-color: rgb(40,190,19); }

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