#28C121

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

Shades of Lime Green #28C121

Tints of Lime Green #28C121

Color information

#28C121 (or 0x28C121) is unknown color: approx Lime Green. HEX triplet: 28, C1 and 21. RGB value is (40,193,33). Sum of RGB (Red+Green+Blue) = 40+193+33=266 (35% of max value = 765). Red value is 40 (16.02% from 255 or 15.04% from 266); Green value is 193 (75.78% from 255 or 72.56% from 266); Blue value is 33 (13.28% from 255 or 12.41% from 266); Max value from RGB is 193 - color contains mainly: green. Hex color #28C121 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28C121 is #D73EDE. Grayscale: #818181. Windows color (decimal): -14106335 or 2212136. OLE color: 2212136.

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

Color convert

RGB4019333-
CMYK0.7900.830.24
HSL117.38º70.8%44.31%-
HSV(B)117.38º82.9%75.69%-
XYZ20.2238.77.84-
YUV129.0173.8164.51-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.04%
GREEN value IS 193 (75.78% from 255) = 72.56%
BLUE value IS 33 (13.28% from 255) = 12.41%
R=15.04%
G=72.56%
B=12.41%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal40193330.7900.830.24117.3870.844.31
Hex28C1214F0531875472c
Octal503014111701233016510754
Binary101000110000011000011001111010100111100011101011000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28C121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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