#28BD3F

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

Shades of Lime Green #28BD3F

Tints of Lime Green #28BD3F

Color information

#28BD3F (or 0x28BD3F) is unknown color: approx Lime Green. HEX triplet: 28, BD and 3F. RGB value is (40,189,63). Sum of RGB (Red+Green+Blue) = 40+189+63=292 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.70% from 292); Green value is 189 (74.22% from 255 or 64.73% from 292); Blue value is 63 (25% from 255 or 21.58% from 292); Max value from RGB is 189 - color contains mainly: green. Hex color #28BD3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28BD3F is #D742C0. Grayscale: #828282. Windows color (decimal): -14107329 or 4177192. OLE color: 4177192.

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

Color convert

RGB4018963-
CMYK0.7900.670.26
HSL129.26º65.07%44.9%-
HSV(B)129.26º78.84%74.12%-
XYZ19.9737.2110.83-
YUV130.0890.1463.75-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.70%
GREEN value IS 189 (74.22% from 255) = 64.73%
BLUE value IS 63 (25% from 255) = 21.58%
R=13.70%
G=64.73%
B=21.58%

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
Decimal40189630.7900.670.26129.2665.0744.9
Hex28BD3F4F0431A81412d
Octal502757711701033220110155
Binary1010001011110111111110011110100001111010100000011000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28BD3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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