#28BD3E

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

Shades of Lime Green #28BD3E

Tints of Lime Green #28BD3E

Color information

#28BD3E (or 0x28BD3E) is unknown color: approx Lime Green. HEX triplet: 28, BD and 3E. RGB value is (40,189,62). Sum of RGB (Red+Green+Blue) = 40+189+62=291 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.75% from 291); Green value is 189 (74.22% from 255 or 64.95% from 291); Blue value is 62 (24.61% from 255 or 21.31% from 291); Max value from RGB is 189 - color contains mainly: green. Hex color #28BD3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28BD3E is #D742C1. Grayscale: #828282. Windows color (decimal): -14107330 or 4111656. OLE color: 4111656.

HSL color Cylindrical-coordinate representation of color #28BD3E: hue angle of 128.86º 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 #28BD3E is Cyan = 0.79, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.26.

Color convert

RGB4018962-
CMYK0.7900.670.26
HSL128.86º65.07%44.9%-
HSV(B)128.86º78.84%74.12%-
XYZ19.9437.1910.69-
YUV129.9789.6463.83-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.75%
GREEN value IS 189 (74.22% from 255) = 64.95%
BLUE value IS 62 (24.61% from 255) = 21.31%
R=13.75%
G=64.95%
B=21.31%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal40189620.7900.670.26128.8665.0744.9
Hex28BD3E4F0431A81412d
Octal502757611701033220110155
Binary1010001011110111111010011110100001111010100000011000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28BD3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,189,62); }

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

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

 a { background-color: rgb(40,189,62); }

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

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

 span { border-color: rgb(40,189,62); }

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