#45CD37

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

Shades of Lime Green #45CD37

Tints of Lime Green #45CD37

Color information

#45CD37 (or 0x45CD37) is unknown color: approx Lime Green. HEX triplet: 45, CD and 37. RGB value is (69,205,55). Sum of RGB (Red+Green+Blue) = 69+205+55=329 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.97% from 329); Green value is 205 (80.47% from 255 or 62.31% from 329); Blue value is 55 (21.88% from 255 or 16.72% from 329); Max value from RGB is 205 - color contains mainly: green. Hex color #45CD37 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45CD37 is #BA32C8. Grayscale: #939393. Windows color (decimal): -12202697 or 3657029. OLE color: 3657029.

HSL color Cylindrical-coordinate representation of color #45CD37: hue angle of 114.4º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #45CD37 is Cyan = 0.66, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.20.

Color convert

RGB6920555-
CMYK0.6600.730.20
HSL114.4º60%50.98%-
HSV(B)114.4º73.17%80.39%-
XYZ24.9845.211.02-
YUV147.2475.9472.2-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.97%
GREEN value IS 205 (80.47% from 255) = 62.31%
BLUE value IS 55 (21.88% from 255) = 16.72%
R=20.97%
G=62.31%
B=16.72%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal69205550.6600.730.20114.46050.98
Hex45CD374204914723c33
Octal105315671020111241627463
Binary100010111001101110111100001001001001101001110010111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45CD37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,205,55); }

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

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

 a { background-color: rgb(69,205,55); }

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

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

 span { border-color: rgb(69,205,55); }

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