#28e130

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

Shades of Lime Green #28E130

Tints of Lime Green #28E130

Color information

#28E130 (or 0x28E130) is unknown color: approx Lime Green. HEX triplet: 28, E1 and 30. RGB value is (40,225,48). Sum of RGB (Red+Green+Blue) = 40+225+48=313 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.78% from 313); Green value is 225 (88.28% from 255 or 71.88% from 313); Blue value is 48 (19.14% from 255 or 15.34% from 313); Max value from RGB is 225 - color contains mainly: green. Hex color #28E130 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28E130 is #D71ECF. Grayscale: #969696. Windows color (decimal): -14098128 or 3203368. OLE color: 3203368.

HSL color Cylindrical-coordinate representation of color #28E130: hue angle of 122.59º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28E130 is Cyan = 0.82, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.12.

Color convert

RGB4022548-
CMYK0.8200.790.12
HSL122.59º75.51%51.96%-
HSV(B)122.59º82.22%88.24%-
XYZ28.3354.5111.83-
YUV149.5170.7149.89-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.78%
GREEN value IS 225 (88.28% from 255) = 71.88%
BLUE value IS 48 (19.14% from 255) = 15.34%
R=12.78%
G=71.88%
B=15.34%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal40225480.8200.790.12122.5975.5151.96
Hex28E1305204FC7b4c34
Octal503416012201171417311464
Binary10100011100001110000101001001001111110011110111001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28e130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,225,48); }

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

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

 a { background-color: rgb(40,225,48); }

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

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

 span { border-color: rgb(40,225,48); }

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