#28B431

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

Shades of Lime Green #28B431

Tints of Lime Green #28B431

Color information

#28B431 (or 0x28B431) is unknown color: approx Lime Green. HEX triplet: 28, B4 and 31. RGB value is (40,180,49). Sum of RGB (Red+Green+Blue) = 40+180+49=269 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.87% from 269); Green value is 180 (70.70% from 255 or 66.91% from 269); Blue value is 49 (19.53% from 255 or 18.22% from 269); Max value from RGB is 180 - color contains mainly: green. Hex color #28B431 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28B431 is #D74BCE. Grayscale: #7B7B7B. Windows color (decimal): -14109647 or 3257384. OLE color: 3257384.

HSL color Cylindrical-coordinate representation of color #28B431: hue angle of 123.86º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #28B431 is Cyan = 0.78, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB4018049-
CMYK0.7800.730.29
HSL123.86º63.64%43.14%-
HSV(B)123.86º77.78%70.59%-
XYZ17.7533.328.4-
YUV123.2186.1268.65-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.87%
GREEN value IS 180 (70.70% from 255) = 66.91%
BLUE value IS 49 (19.53% from 255) = 18.22%
R=14.87%
G=66.91%
B=18.22%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal40180490.7800.730.29123.8663.6443.14
Hex28B4314E0491D7c402b
Octal502646111601113517410053
Binary101000101101001100011001110010010011110111111001000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28B431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,180,49); }

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

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

 a { background-color: rgb(40,180,49); }

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

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

 span { border-color: rgb(40,180,49); }

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