#28C626

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

Shades of Lime Green #28C626

Tints of Lime Green #28C626

Color information

#28C626 (or 0x28C626) is unknown color: approx Lime Green. HEX triplet: 28, C6 and 26. RGB value is (40,198,38). Sum of RGB (Red+Green+Blue) = 40+198+38=276 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.49% from 276); Green value is 198 (77.73% from 255 or 71.74% from 276); Blue value is 38 (15.23% from 255 or 13.77% from 276); Max value from RGB is 198 - color contains mainly: green. Hex color #28C626 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28C626 is #D739D9. Grayscale: #858585. Windows color (decimal): -14105050 or 2541096. OLE color: 2541096.

HSL color Cylindrical-coordinate representation of color #28C626: hue angle of 119.25º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28C626 is Cyan = 0.80, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.22.

Color convert

RGB4019838-
CMYK0.8000.810.22
HSL119.25º67.8%46.27%-
HSV(B)119.25º80.81%77.65%-
XYZ21.4240.988.61-
YUV132.5274.6562.01-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.49%
GREEN value IS 198 (77.73% from 255) = 71.74%
BLUE value IS 38 (15.23% from 255) = 13.77%
R=14.49%
G=71.74%
B=13.77%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal40198380.8000.810.22119.2567.846.27
Hex28C626500511677442e
Octal503064612001212616710456
Binary101000110001101001101010000010100011011011101111000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28C626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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