#28C410

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

Shades of Lime Green #28C410

Tints of Lime Green #28C410

Color information

#28C410 (or 0x28C410) is unknown color: approx Lime Green. HEX triplet: 28, C4 and 10. RGB value is (40,196,16). Sum of RGB (Red+Green+Blue) = 40+196+16=252 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.87% from 252); Green value is 196 (76.95% from 255 or 77.78% from 252); Blue value is 16 (6.64% from 255 or 6.35% from 252); Max value from RGB is 196 - color contains mainly: green. Hex color #28C410 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #28C410 is #D73BEF. Grayscale: #818181. Windows color (decimal): -14105584 or 1098792. OLE color: 1098792.

HSL color Cylindrical-coordinate representation of color #28C410: hue angle of 112º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #28C410 is Cyan = 0.80, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.23.

Color convert

RGB4019616-
CMYK0.8000.920.23
HSL112º84.91%41.57%-
HSV(B)112º91.84%76.86%-
XYZ20.7139.977.11-
YUV128.8464.3264.64-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.87%
GREEN value IS 196 (76.95% from 255) = 77.78%
BLUE value IS 16 (6.64% from 255) = 6.35%
R=15.87%
G=77.78%
B=6.35%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal40196160.8000.920.2311284.9141.57
Hex28C4105005C1770552a
Octal503042012001342716012552
Binary10100011000100100001010000010111001011111100001010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28C410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,196,16); }

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

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

 a { background-color: rgb(40,196,16); }

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

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

 span { border-color: rgb(40,196,16); }

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