#28F13A

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

Shades of Lime Green #28F13A

Tints of Lime Green #28F13A

Color information

#28F13A (or 0x28F13A) is unknown color: approx Lime Green. HEX triplet: 28, F1 and 3A. RGB value is (40,241,58). Sum of RGB (Red+Green+Blue) = 40+241+58=339 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.80% from 339); Green value is 241 (94.53% from 255 or 71.09% from 339); Blue value is 58 (23.05% from 255 or 17.11% from 339); Max value from RGB is 241 - color contains mainly: green. Hex color #28F13A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28F13A is #D70EC5. Grayscale: #A0A0A0. Windows color (decimal): -14094022 or 3862824. OLE color: 3862824.

HSL color Cylindrical-coordinate representation of color #28F13A: hue angle of 125.37º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28F13A is Cyan = 0.83, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.05.

Color convert

RGB4024158-
CMYK0.8300.760.05
HSL125.37º87.77%55.1%-
HSV(B)125.37º83.4%94.51%-
XYZ33.0963.6714.55-
YUV160.0470.4142.38-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.80%
GREEN value IS 241 (94.53% from 255) = 71.09%
BLUE value IS 58 (23.05% from 255) = 17.11%
R=11.80%
G=71.09%
B=17.11%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal40241580.8300.760.05125.3787.7755.1
Hex28F13A5304C57d5837
Octal50361721230114517513067
Binary1010001111000111101010100110100110010111111011011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28F13A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,241,58); }

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

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

 a { background-color: rgb(40,241,58); }

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

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

 span { border-color: rgb(40,241,58); }

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