#28C226

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

Shades of Lime Green #28C226

Tints of Lime Green #28C226

Color information

#28C226 (or 0x28C226) is unknown color: approx Lime Green. HEX triplet: 28, C2 and 26. RGB value is (40,194,38). Sum of RGB (Red+Green+Blue) = 40+194+38=272 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.71% from 272); Green value is 194 (76.17% from 255 or 71.32% from 272); Blue value is 38 (15.23% from 255 or 13.97% from 272); Max value from RGB is 194 - color contains mainly: green. Hex color #28C226 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28C226 is #D73DD9. Grayscale: #828282. Windows color (decimal): -14106074 or 2540072. OLE color: 2540072.

HSL color Cylindrical-coordinate representation of color #28C226: hue angle of 119.23º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28C226 is Cyan = 0.79, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB4019438-
CMYK0.7900.800.24
HSL119.23º67.24%45.49%-
HSV(B)119.23º80.41%76.08%-
XYZ20.5239.178.31-
YUV130.1775.9863.68-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.71%
GREEN value IS 194 (76.17% from 255) = 71.32%
BLUE value IS 38 (15.23% from 255) = 13.97%
R=14.71%
G=71.32%
B=13.97%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal40194380.7900.800.24119.2367.2445.49
Hex28C2264F0501877432d
Octal503024611701203016710355
Binary101000110000101001101001111010100001100011101111000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28C226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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