#28EB45

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

Shades of Lime Green #28EB45

Tints of Lime Green #28EB45

Color information

#28EB45 (or 0x28EB45) is unknown color: approx Lime Green. HEX triplet: 28, EB and 45. RGB value is (40,235,69). Sum of RGB (Red+Green+Blue) = 40+235+69=344 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.63% from 344); Green value is 235 (92.19% from 255 or 68.31% from 344); Blue value is 69 (27.34% from 255 or 20.06% from 344); Max value from RGB is 235 - color contains mainly: green. Hex color #28EB45 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28EB45 is #D714BA. Grayscale: #9E9E9E. Windows color (decimal): -14095547 or 4582184. OLE color: 4582184.

HSL color Cylindrical-coordinate representation of color #28EB45: hue angle of 128.92º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28EB45 is Cyan = 0.83, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.08.

Color convert

RGB4023569-
CMYK0.8300.710.08
HSL128.92º82.98%53.92%-
HSV(B)128.92º82.98%92.16%-
XYZ31.6660.315.6-
YUV157.7777.944-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.63%
GREEN value IS 235 (92.19% from 255) = 68.31%
BLUE value IS 69 (27.34% from 255) = 20.06%
R=11.63%
G=68.31%
B=20.06%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal40235690.8300.710.08128.9282.9853.92
Hex28EB45530478815336
Octal5035310512301071020112366
Binary1010001110101110001011010011010001111000100000011010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28EB45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,235,69); }

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

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

 a { background-color: rgb(40,235,69); }

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

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

 span { border-color: rgb(40,235,69); }

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