#28C70E

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

Shades of Lime Green #28C70E

Tints of Lime Green #28C70E

Color information

#28C70E (or 0x28C70E) is unknown color: approx Lime Green. HEX triplet: 28, C7 and 0E. RGB value is (40,199,14). Sum of RGB (Red+Green+Blue) = 40+199+14=253 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.81% from 253); Green value is 199 (78.12% from 255 or 78.66% from 253); Blue value is 14 (5.86% from 255 or 5.53% from 253); Max value from RGB is 199 - color contains mainly: green. Hex color #28C70E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #28C70E is #D738F1. Grayscale: #828282. Windows color (decimal): -14104818 or 968488. OLE color: 968488.

HSL color Cylindrical-coordinate representation of color #28C70E: hue angle of 111.57º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #28C70E is Cyan = 0.80, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.22.

Color convert

RGB4019914-
CMYK0.8000.930.22
HSL111.57º86.85%41.76%-
HSV(B)111.57º92.96%78.04%-
XYZ21.3841.337.27-
YUV130.3762.3263.54-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.81%
GREEN value IS 199 (78.12% from 255) = 78.66%
BLUE value IS 14 (5.86% from 255) = 5.53%
R=15.81%
G=78.66%
B=5.53%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal40199140.8000.930.22111.5786.8541.76
Hex28C7E5005D1670572a
Octal503071612001352616012752
Binary1010001100011111101010000010111011011011100001010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28C70E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,199,14); }

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

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

 a { background-color: rgb(40,199,14); }

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

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

 span { border-color: rgb(40,199,14); }

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