#28C70D

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

Shades of Lime Green #28C70D

Tints of Lime Green #28C70D

Color information

#28C70D (or 0x28C70D) is unknown color: approx Lime Green. HEX triplet: 28, C7 and 0D. RGB value is (40,199,13). Sum of RGB (Red+Green+Blue) = 40+199+13=252 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.87% from 252); Green value is 199 (78.12% from 255 or 78.97% from 252); Blue value is 13 (5.47% from 255 or 5.16% from 252); Max value from RGB is 199 - color contains mainly: green. Hex color #28C70D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #28C70D is #D738F2. Grayscale: #828282. Windows color (decimal): -14104819 or 902952. OLE color: 902952.

HSL color Cylindrical-coordinate representation of color #28C70D: hue angle of 111.29º degrees, saturation: 0.88, 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 #28C70D is Cyan = 0.80, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.22.

Color convert

RGB4019913-
CMYK0.8000.930.22
HSL111.29º87.74%41.57%-
HSV(B)111.29º93.47%78.04%-
XYZ21.3741.337.23-
YUV130.2661.8263.62-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.87%
GREEN value IS 199 (78.12% from 255) = 78.97%
BLUE value IS 13 (5.47% from 255) = 5.16%
R=15.87%
G=78.97%
B=5.16%

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
Decimal40199130.8000.930.22111.2987.7441.57
Hex28C7D5005D166f582a
Octal503071512001352615713052
Binary1010001100011111011010000010111011011011011111011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28C70D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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