#28BC3A

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

Shades of Lime Green #28BC3A

Tints of Lime Green #28BC3A

Color information

#28BC3A (or 0x28BC3A) is unknown color: approx Lime Green. HEX triplet: 28, BC and 3A. RGB value is (40,188,58). Sum of RGB (Red+Green+Blue) = 40+188+58=286 (37% of max value = 765). Red value is 40 (16.02% from 255 or 13.99% from 286); Green value is 188 (73.83% from 255 or 65.73% from 286); Blue value is 58 (23.05% from 255 or 20.28% from 286); Max value from RGB is 188 - color contains mainly: green. Hex color #28BC3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28BC3A is #D743C5. Grayscale: #818181. Windows color (decimal): -14107590 or 3849256. OLE color: 3849256.

HSL color Cylindrical-coordinate representation of color #28BC3A: hue angle of 127.3º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28BC3A is Cyan = 0.79, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.26.

Color convert

RGB4018858-
CMYK0.7900.690.26
HSL127.3º64.91%44.71%-
HSV(B)127.3º78.72%73.73%-
XYZ19.6236.7210.06-
YUV128.9387.9764.57-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.99%
GREEN value IS 188 (73.83% from 255) = 65.73%
BLUE value IS 58 (23.05% from 255) = 20.28%
R=13.99%
G=65.73%
B=20.28%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal40188580.7900.690.26127.364.9144.71
Hex28BC3A4F0451A7f412d
Octal502747211701053217710155
Binary101000101111001110101001111010001011101011111111000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28BC3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,188,58); }

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

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

 a { background-color: rgb(40,188,58); }

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

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

 span { border-color: rgb(40,188,58); }

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