#28AD3C

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

Shades of Lime Green #28AD3C

Tints of Lime Green #28AD3C

Color information

#28AD3C (or 0x28AD3C) is unknown color: approx Lime Green. HEX triplet: 28, AD and 3C. RGB value is (40,173,60). Sum of RGB (Red+Green+Blue) = 40+173+60=273 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.65% from 273); Green value is 173 (67.97% from 255 or 63.37% from 273); Blue value is 60 (23.83% from 255 or 21.98% from 273); Max value from RGB is 173 - color contains mainly: green. Hex color #28AD3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28AD3C is #D752C3. Grayscale: #787878. Windows color (decimal): -14111428 or 3976488. OLE color: 3976488.

HSL color Cylindrical-coordinate representation of color #28AD3C: hue angle of 129.02º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #28AD3C is Cyan = 0.77, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.32.

Color convert

RGB4017360-
CMYK0.7700.650.32
HSL129.02º62.44%41.76%-
HSV(B)129.02º76.88%67.84%-
XYZ16.6330.669.32-
YUV120.3593.9470.69-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.65%
GREEN value IS 173 (67.97% from 255) = 63.37%
BLUE value IS 60 (23.83% from 255) = 21.98%
R=14.65%
G=63.37%
B=21.98%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal40173600.7700.650.32129.0262.4441.76
Hex28AD3C4D04120813e2a
Octal50255741150101402017652
Binary1010001010110111110010011010100000110000010000001111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28AD3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,173,60); }

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

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

 a { background-color: rgb(40,173,60); }

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

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

 span { border-color: rgb(40,173,60); }

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