#28C646

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

Shades of Lime Green #28C646

Tints of Lime Green #28C646

Color information

#28C646 (or 0x28C646) is unknown color: approx Lime Green. HEX triplet: 28, C6 and 46. RGB value is (40,198,70). Sum of RGB (Red+Green+Blue) = 40+198+70=308 (40% of max value = 765). Red value is 40 (16.02% from 255 or 12.99% from 308); Green value is 198 (77.73% from 255 or 64.29% from 308); Blue value is 70 (27.73% from 255 or 22.73% from 308); Max value from RGB is 198 - color contains mainly: green. Hex color #28C646 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28C646 is #D739B9. Grayscale: #888888. Windows color (decimal): -14105018 or 4638248. OLE color: 4638248.

HSL color Cylindrical-coordinate representation of color #28C646: hue angle of 131.39º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28C646 is Cyan = 0.80, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.22.

Color convert

RGB4019870-
CMYK0.8000.650.22
HSL131.39º66.39%46.67%-
HSV(B)131.39º79.8%77.65%-
XYZ22.1741.2812.59-
YUV136.1790.6559.41-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.99%
GREEN value IS 198 (77.73% from 255) = 64.29%
BLUE value IS 70 (27.73% from 255) = 22.73%
R=12.99%
G=64.29%
B=22.73%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal40198700.8000.650.22131.3966.3946.67
Hex28C646500411683422f
Octal5030610612001012620310257
Binary10100011000110100011010100000100000110110100000111000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28C646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,198,70); }

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

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

 a { background-color: rgb(40,198,70); }

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

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

 span { border-color: rgb(40,198,70); }

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