#28e81f

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

Shades of Lime Green #28E81F

Tints of Lime Green #28E81F

Color information

#28E81F (or 0x28E81F) is unknown color: approx Lime Green. HEX triplet: 28, E8 and 1F. RGB value is (40,232,31). Sum of RGB (Red+Green+Blue) = 40+232+31=303 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.20% from 303); Green value is 232 (91.02% from 255 or 76.57% from 303); Blue value is 31 (12.5% from 255 or 10.23% from 303); Max value from RGB is 232 - color contains mainly: green. Hex color #28E81F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28E81F is #D717E0. Grayscale: #989898. Windows color (decimal): -14096353 or 2091048. OLE color: 2091048.

HSL color Cylindrical-coordinate representation of color #28E81F: hue angle of 117.31º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #28E81F is Cyan = 0.83, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.09.

Color convert

RGB4023231-
CMYK0.8300.870.09
HSL117.31º81.38%51.57%-
HSV(B)117.31º86.64%90.98%-
XYZ29.9858.2610.96-
YUV151.6859.8948.34-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.20%
GREEN value IS 232 (91.02% from 255) = 76.57%
BLUE value IS 31 (12.5% from 255) = 10.23%
R=13.20%
G=76.57%
B=10.23%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal40232310.8300.870.09117.3181.3851.57
Hex28E81F530579755134
Octal503503712301271116512164
Binary1010001110100011111101001101010111100111101011010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28e81f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,232,31); }

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

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

 a { background-color: rgb(40,232,31); }

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

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

 span { border-color: rgb(40,232,31); }

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