#28C440

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

Shades of Lime Green #28C440

Tints of Lime Green #28C440

Color information

#28C440 (or 0x28C440) is unknown color: approx Lime Green. HEX triplet: 28, C4 and 40. RGB value is (40,196,64). Sum of RGB (Red+Green+Blue) = 40+196+64=300 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.33% from 300); Green value is 196 (76.95% from 255 or 65.33% from 300); Blue value is 64 (25.39% from 255 or 21.33% from 300); Max value from RGB is 196 - color contains mainly: green. Hex color #28C440 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28C440 is #D73BBF. Grayscale: #868686. Windows color (decimal): -14105536 or 4244520. OLE color: 4244520.

HSL color Cylindrical-coordinate representation of color #28C440: hue angle of 129.23º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28C440 is Cyan = 0.80, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.23.

Color convert

RGB4019664-
CMYK0.8000.670.23
HSL129.23º66.1%46.27%-
HSV(B)129.23º79.59%76.86%-
XYZ21.5440.311.49-
YUV134.3188.3260.73-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.33%
GREEN value IS 196 (76.95% from 255) = 65.33%
BLUE value IS 64 (25.39% from 255) = 21.33%
R=13.33%
G=65.33%
B=21.33%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal40196640.8000.670.23129.2366.146.27
Hex28C440500431781422e
Octal5030410012001032720110256
Binary10100011000100100000010100000100001110111100000011000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28C440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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