#28C245

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

Shades of Lime Green #28C245

Tints of Lime Green #28C245

Color information

#28C245 (or 0x28C245) is unknown color: approx Lime Green. HEX triplet: 28, C2 and 45. RGB value is (40,194,69). Sum of RGB (Red+Green+Blue) = 40+194+69=303 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.20% from 303); Green value is 194 (76.17% from 255 or 64.03% from 303); Blue value is 69 (27.34% from 255 or 22.77% from 303); Max value from RGB is 194 - color contains mainly: green. Hex color #28C245 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28C245 is #D73DBA. Grayscale: #868686. Windows color (decimal): -14106043 or 4571688. OLE color: 4571688.

HSL color Cylindrical-coordinate representation of color #28C245: hue angle of 131.3º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28C245 is Cyan = 0.79, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB4019469-
CMYK0.7900.640.24
HSL131.3º65.81%45.88%-
HSV(B)131.3º79.38%76.08%-
XYZ21.2439.4612.13-
YUV133.791.4861.16-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.20%
GREEN value IS 194 (76.17% from 255) = 64.03%
BLUE value IS 69 (27.34% from 255) = 22.77%
R=13.20%
G=64.03%
B=22.77%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal40194690.7900.640.24131.365.8145.88
Hex28C2454F0401883422e
Octal5030210511701003020310256
Binary10100011000010100010110011110100000011000100000111000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28C245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,194,69); }

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

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

 a { background-color: rgb(40,194,69); }

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

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

 span { border-color: rgb(40,194,69); }

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