#28c92d

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

Shades of Lime Green #28C92D

Tints of Lime Green #28C92D

Color information

#28C92D (or 0x28C92D) is unknown color: approx Lime Green. HEX triplet: 28, C9 and 2D. RGB value is (40,201,45). Sum of RGB (Red+Green+Blue) = 40+201+45=286 (37% of max value = 765). Red value is 40 (16.02% from 255 or 13.99% from 286); Green value is 201 (78.91% from 255 or 70.28% from 286); Blue value is 45 (17.97% from 255 or 15.73% from 286); Max value from RGB is 201 - color contains mainly: green. Hex color #28C92D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28C92D is #D736D2. Grayscale: #878787. Windows color (decimal): -14104275 or 3000616. OLE color: 3000616.

HSL color Cylindrical-coordinate representation of color #28C92D: hue angle of 121.86º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28C92D is Cyan = 0.80, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.21.

Color convert

RGB4020145-
CMYK0.8000.780.21
HSL121.86º66.8%47.25%-
HSV(B)121.86º80.1%78.82%-
XYZ22.2442.419.5-
YUV135.0877.1660.18-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.99%
GREEN value IS 201 (78.91% from 255) = 70.28%
BLUE value IS 45 (17.97% from 255) = 15.73%
R=13.99%
G=70.28%
B=15.73%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal40201450.8000.780.21121.8666.847.25
Hex28C92D5004E157a432f
Octal503115512001162517210357
Binary101000110010011011011010000010011101010111110101000011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28c92d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,201,45); }

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

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

 a { background-color: rgb(40,201,45); }

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

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

 span { border-color: rgb(40,201,45); }

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