#45B83D

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

Shades of Lime Green #45B83D

Tints of Lime Green #45B83D

Color information

#45B83D (or 0x45B83D) is unknown color: approx Lime Green. HEX triplet: 45, B8 and 3D. RGB value is (69,184,61). Sum of RGB (Red+Green+Blue) = 69+184+61=314 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.97% from 314); Green value is 184 (72.27% from 255 or 58.60% from 314); Blue value is 61 (24.22% from 255 or 19.43% from 314); Max value from RGB is 184 - color contains mainly: green. Hex color #45B83D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45B83D is #BA47C2. Grayscale: #878787. Windows color (decimal): -12208067 or 4044869. OLE color: 4044869.

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

Color convert

RGB6918461-
CMYK0.6200.670.28
HSL116.1º50.2%48.04%-
HSV(B)116.1º66.85%72.16%-
XYZ20.4435.8810.26-
YUV135.5985.980.5-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.97%
GREEN value IS 184 (72.27% from 255) = 58.60%
BLUE value IS 61 (24.22% from 255) = 19.43%
R=21.97%
G=58.60%
B=19.43%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal69184610.6200.670.28116.150.248.04
Hex45B83D3E0431C743230
Octal10527075760103341646260
Binary10001011011100011110111111001000011111001110100110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45B83D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45B83D; }

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

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

<style>
 a { background-color: #45B83D; }

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

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

<style>
 span { border-color: #45B83D; }

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

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