#28C136

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

Shades of Lime Green #28C136

Tints of Lime Green #28C136

Color information

#28C136 (or 0x28C136) is unknown color: approx Lime Green. HEX triplet: 28, C1 and 36. RGB value is (40,193,54). Sum of RGB (Red+Green+Blue) = 40+193+54=287 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.94% from 287); Green value is 193 (75.78% from 255 or 67.25% from 287); Blue value is 54 (21.48% from 255 or 18.82% from 287); Max value from RGB is 193 - color contains mainly: green. Hex color #28C136 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28C136 is #D73EC9. Grayscale: #838383. Windows color (decimal): -14106314 or 3588392. OLE color: 3588392.

HSL color Cylindrical-coordinate representation of color #28C136: hue angle of 125.49º 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 #28C136 is Cyan = 0.79, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.24.

Color convert

RGB4019354-
CMYK0.7900.720.24
HSL125.49º65.67%45.69%-
HSV(B)125.49º79.27%75.69%-
XYZ20.6138.869.9-
YUV131.4184.3162.8-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.94%
GREEN value IS 193 (75.78% from 255) = 67.25%
BLUE value IS 54 (21.48% from 255) = 18.82%
R=13.94%
G=67.25%
B=18.82%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal40193540.7900.720.24125.4965.6745.69
Hex28C1364F048187d422e
Octal503016611701103017510256
Binary101000110000011101101001111010010001100011111011000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28C136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,193,54); }

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

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

 a { background-color: rgb(40,193,54); }

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

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

 span { border-color: rgb(40,193,54); }

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