#28b83d

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

Shades of Lime Green #28B83D

Tints of Lime Green #28B83D

Color information

#28B83D (or 0x28B83D) is unknown color: approx Lime Green. HEX triplet: 28, B8 and 3D. RGB value is (40,184,61). Sum of RGB (Red+Green+Blue) = 40+184+61=285 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.04% from 285); Green value is 184 (72.27% from 255 or 64.56% from 285); Blue value is 61 (24.22% from 255 or 21.40% from 285); Max value from RGB is 184 - color contains mainly: green. Hex color #28B83D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28B83D is #D747C2. Grayscale: #7F7F7F. Windows color (decimal): -14108611 or 4044840. OLE color: 4044840.

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

Color convert

RGB4018461-
CMYK0.7800.670.28
HSL128.75º64.29%43.92%-
HSV(B)128.75º78.26%72.16%-
XYZ18.8635.0710.19-
YUV126.9290.7966-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.04%
GREEN value IS 184 (72.27% from 255) = 64.56%
BLUE value IS 61 (24.22% from 255) = 21.40%
R=14.04%
G=64.56%
B=21.40%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal40184610.7800.670.28128.7564.2943.92
Hex28B83D4E0431C81402c
Octal502707511601033420110054
Binary1010001011100011110110011100100001111100100000011000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28b83d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,184,61); }

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

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

 a { background-color: rgb(40,184,61); }

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

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

 span { border-color: rgb(40,184,61); }

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