#45F634

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

Shades of Lime Green #45F634

Tints of Lime Green #45F634

Color information

#45F634 (or 0x45F634) is unknown color: approx Lime Green. HEX triplet: 45, F6 and 34. RGB value is (69,246,52). Sum of RGB (Red+Green+Blue) = 69+246+52=367 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.80% from 367); Green value is 246 (96.48% from 255 or 67.03% from 367); Blue value is 52 (20.70% from 255 or 14.17% from 367); Max value from RGB is 246 - color contains mainly: green. Hex color #45F634 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #45F634 is #BA09CB. Grayscale: #ABABAB. Windows color (decimal): -12192204 or 3470917. OLE color: 3470917.

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

Color convert

RGB6924652-
CMYK0.7200.790.04
HSL114.74º91.51%58.43%-
HSV(B)114.74º78.86%96.47%-
XYZ36.0367.4214.36-
YUV170.9660.8655.27-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.80%
GREEN value IS 246 (96.48% from 255) = 67.03%
BLUE value IS 52 (20.70% from 255) = 14.17%
R=18.80%
G=67.03%
B=14.17%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal69246520.7200.790.04114.7491.5158.43
Hex45F6344804F4735c3a
Octal105366641100117416313472
Binary10001011111011011010010010000100111110011100111011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45F634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,246,52); }

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

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

 a { background-color: rgb(69,246,52); }

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

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

 span { border-color: rgb(69,246,52); }

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