#45D739

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

Shades of Lime Green #45D739

Tints of Lime Green #45D739

Color information

#45D739 (or 0x45D739) is unknown color: approx Lime Green. HEX triplet: 45, D7 and 39. RGB value is (69,215,57). Sum of RGB (Red+Green+Blue) = 69+215+57=341 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.23% from 341); Green value is 215 (84.38% from 255 or 63.05% from 341); Blue value is 57 (22.66% from 255 or 16.72% from 341); Max value from RGB is 215 - color contains mainly: green. Hex color #45D739 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45D739 is #BA28C6. Grayscale: #999999. Windows color (decimal): -12200135 or 3790661. OLE color: 3790661.

HSL color Cylindrical-coordinate representation of color #45D739: hue angle of 115.44º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #45D739 is Cyan = 0.68, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.

Color convert

RGB6921557-
CMYK0.6800.730.16
HSL115.44º66.39%53.33%-
HSV(B)115.44º73.49%84.31%-
XYZ27.4950.1612.1-
YUV153.3373.6367.85-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.23%
GREEN value IS 215 (84.38% from 255) = 63.05%
BLUE value IS 57 (22.66% from 255) = 16.72%
R=20.23%
G=63.05%
B=16.72%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal69215570.6800.730.16115.4466.3953.33
Hex45D7394404910734235
Octal1053277110401112016310265
Binary1000101110101111110011000100010010011000011100111000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45D739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,215,57); }

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

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

 a { background-color: rgb(69,215,57); }

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

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

 span { border-color: rgb(69,215,57); }

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