#45F537

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

Shades of Lime Green #45F537

Tints of Lime Green #45F537

Color information

#45F537 (or 0x45F537) is unknown color: approx Lime Green. HEX triplet: 45, F5 and 37. RGB value is (69,245,55). Sum of RGB (Red+Green+Blue) = 69+245+55=369 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.70% from 369); Green value is 245 (96.09% from 255 or 66.40% from 369); Blue value is 55 (21.88% from 255 or 14.91% from 369); Max value from RGB is 245 - color contains mainly: green. Hex color #45F537 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #45F537 is #BA0AC8. Grayscale: #ABABAB. Windows color (decimal): -12192457 or 3667269. OLE color: 3667269.

HSL color Cylindrical-coordinate representation of color #45F537: hue angle of 115.58º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #45F537 is Cyan = 0.72, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.04.

Color convert

RGB6924555-
CMYK0.7200.780.04
HSL115.58º90.48%58.82%-
HSV(B)115.58º77.55%96.08%-
XYZ35.866.8514.63-
YUV170.7262.6955.45-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.70%
GREEN value IS 245 (96.09% from 255) = 66.40%
BLUE value IS 55 (21.88% from 255) = 14.91%
R=18.70%
G=66.40%
B=14.91%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal69245550.7200.780.04115.5890.4858.82
Hex45F5374804E4745a3b
Octal105365671100116416413273
Binary10001011111010111011110010000100111010011101001011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45F537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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