#28BA2C

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

Shades of Lime Green #28BA2C

Tints of Lime Green #28BA2C

Color information

#28BA2C (or 0x28BA2C) is unknown color: approx Lime Green. HEX triplet: 28, BA and 2C. RGB value is (40,186,44). Sum of RGB (Red+Green+Blue) = 40+186+44=270 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.81% from 270); Green value is 186 (73.05% from 255 or 68.89% from 270); Blue value is 44 (17.58% from 255 or 16.30% from 270); Max value from RGB is 186 - color contains mainly: green. Hex color #28BA2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28BA2C is #D745D3. Grayscale: #7E7E7E. Windows color (decimal): -14108116 or 2931240. OLE color: 2931240.

HSL color Cylindrical-coordinate representation of color #28BA2C: hue angle of 121.64º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #28BA2C is Cyan = 0.78, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB4018644-
CMYK0.7800.760.27
HSL121.64º64.6%44.31%-
HSV(B)121.64º78.49%72.94%-
XYZ18.8935.758.29-
YUV126.1681.6366.55-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.81%
GREEN value IS 186 (73.05% from 255) = 68.89%
BLUE value IS 44 (17.58% from 255) = 16.30%
R=14.81%
G=68.89%
B=16.30%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal40186440.7800.760.27121.6464.644.31
Hex28BA2C4E04C1B7a412c
Octal502725411601143317210154
Binary101000101110101011001001110010011001101111110101000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28BA2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,186,44); }

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

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

 a { background-color: rgb(40,186,44); }

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

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

 span { border-color: rgb(40,186,44); }

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