#28c144

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

Shades of Lime Green #28C144

Tints of Lime Green #28C144

Color information

#28C144 (or 0x28C144) is unknown color: approx Lime Green. HEX triplet: 28, C1 and 44. RGB value is (40,193,68). Sum of RGB (Red+Green+Blue) = 40+193+68=301 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.29% from 301); Green value is 193 (75.78% from 255 or 64.12% from 301); Blue value is 68 (26.95% from 255 or 22.59% from 301); Max value from RGB is 193 - color contains mainly: green. Hex color #28C144 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28C144 is #D73EBB. Grayscale: #858585. Windows color (decimal): -14106300 or 4505896. OLE color: 4505896.

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

Color convert

RGB4019368-
CMYK0.7900.650.24
HSL130.98º65.67%45.69%-
HSV(B)130.98º79.27%75.69%-
XYZ20.9939.0111.89-
YUV13391.3161.66-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.29%
GREEN value IS 193 (75.78% from 255) = 64.12%
BLUE value IS 68 (26.95% from 255) = 22.59%
R=13.29%
G=64.12%
B=22.59%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal40193680.7900.650.24130.9865.6745.69
Hex28C1444F0411883422e
Octal5030110411701013020310256
Binary10100011000001100010010011110100000111000100000111000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28c144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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