#28B92D

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

Shades of Lime Green #28B92D

Tints of Lime Green #28B92D

Color information

#28B92D (or 0x28B92D) is unknown color: approx Lime Green. HEX triplet: 28, B9 and 2D. RGB value is (40,185,45). Sum of RGB (Red+Green+Blue) = 40+185+45=270 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.81% from 270); Green value is 185 (72.66% from 255 or 68.52% from 270); Blue value is 45 (17.97% from 255 or 16.67% from 270); Max value from RGB is 185 - color contains mainly: green. Hex color #28B92D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28B92D is #D746D2. Grayscale: #7E7E7E. Windows color (decimal): -14108371 or 2996520. OLE color: 2996520.

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

Color convert

RGB4018545-
CMYK0.7800.760.27
HSL122.07º64.44%44.12%-
HSV(B)122.07º78.38%72.55%-
XYZ18.735.348.32-
YUV125.6882.4666.88-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.81%
GREEN value IS 185 (72.66% from 255) = 68.52%
BLUE value IS 45 (17.97% from 255) = 16.67%
R=14.81%
G=68.52%
B=16.67%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal40185450.7800.760.27122.0764.4444.12
Hex28B92D4E04C1B7a402c
Octal502715511601143317210054
Binary101000101110011011011001110010011001101111110101000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28B92D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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