#28c71a

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

Shades of Lime Green #28C71A

Tints of Lime Green #28C71A

Color information

#28C71A (or 0x28C71A) is unknown color: approx Lime Green. HEX triplet: 28, C7 and 1A. RGB value is (40,199,26). Sum of RGB (Red+Green+Blue) = 40+199+26=265 (35% of max value = 765). Red value is 40 (16.02% from 255 or 15.09% from 265); Green value is 199 (78.12% from 255 or 75.09% from 265); Blue value is 26 (10.55% from 255 or 9.81% from 265); Max value from RGB is 199 - color contains mainly: green. Hex color #28C71A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28C71A is #D738E5. Grayscale: #848484. Windows color (decimal): -14104806 or 1754920. OLE color: 1754920.

HSL color Cylindrical-coordinate representation of color #28C71A: hue angle of 115.14º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #28C71A is Cyan = 0.80, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.22.

Color convert

RGB4019926-
CMYK0.8000.870.22
HSL115.14º76.89%44.12%-
HSV(B)115.14º86.93%78.04%-
XYZ21.4841.377.83-
YUV131.7468.3262.57-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.09%
GREEN value IS 199 (78.12% from 255) = 75.09%
BLUE value IS 26 (10.55% from 255) = 9.81%
R=15.09%
G=75.09%
B=9.81%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal40199260.8000.870.22115.1476.8944.12
Hex28C71A5005716734d2c
Octal503073212001272616311554
Binary10100011000111110101010000010101111011011100111001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28c71a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,199,26); }

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

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

 a { background-color: rgb(40,199,26); }

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

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

 span { border-color: rgb(40,199,26); }

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