#45CA34

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

Shades of Lime Green #45CA34

Tints of Lime Green #45CA34

Color information

#45CA34 (or 0x45CA34) is unknown color: approx Lime Green. HEX triplet: 45, CA and 34. RGB value is (69,202,52). Sum of RGB (Red+Green+Blue) = 69+202+52=323 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.36% from 323); Green value is 202 (79.30% from 255 or 62.54% from 323); Blue value is 52 (20.70% from 255 or 16.10% from 323); Max value from RGB is 202 - color contains mainly: green. Hex color #45CA34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45CA34 is #BA35CB. Grayscale: #919191. Windows color (decimal): -12203468 or 3459653. OLE color: 3459653.

HSL color Cylindrical-coordinate representation of color #45CA34: hue angle of 113.2º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #45CA34 is Cyan = 0.66, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.21.

Color convert

RGB6920252-
CMYK0.6600.740.21
HSL113.2º59.06%49.8%-
HSV(B)113.2º74.26%79.22%-
XYZ24.1943.7510.42-
YUV145.1375.4473.7-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.36%
GREEN value IS 202 (79.30% from 255) = 62.54%
BLUE value IS 52 (20.70% from 255) = 16.10%
R=21.36%
G=62.54%
B=16.10%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal69202520.6600.740.21113.259.0649.8
Hex45CA344204A15713b32
Octal105312641020112251617362
Binary100010111001010110100100001001001010101011110001111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45CA34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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