#28E31F

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

Shades of Lime Green #28E31F

Tints of Lime Green #28E31F

Color information

#28E31F (or 0x28E31F) is unknown color: approx Lime Green. HEX triplet: 28, E3 and 1F. RGB value is (40,227,31). Sum of RGB (Red+Green+Blue) = 40+227+31=298 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.42% from 298); Green value is 227 (89.06% from 255 or 76.17% from 298); Blue value is 31 (12.5% from 255 or 10.40% from 298); Max value from RGB is 227 - color contains mainly: green. Hex color #28E31F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28E31F is #D71CE0. Grayscale: #959595. Windows color (decimal): -14097633 or 2089768. OLE color: 2089768.

HSL color Cylindrical-coordinate representation of color #28E31F: hue angle of 117.24º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #28E31F is Cyan = 0.82, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.

Color convert

RGB4022731-
CMYK0.8200.860.11
HSL117.24º77.78%50.59%-
HSV(B)117.24º86.34%89.02%-
XYZ28.5955.4910.5-
YUV148.7461.5550.44-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.42%
GREEN value IS 227 (89.06% from 255) = 76.17%
BLUE value IS 31 (12.5% from 255) = 10.40%
R=13.42%
G=76.17%
B=10.40%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal40227310.8200.860.11117.2477.7850.59
Hex28E31F52056B754e33
Octal503433712201261316511663
Binary1010001110001111111101001001010110101111101011001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28E31F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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