#45CA2B

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

Shades of Lime Green #45CA2B

Tints of Lime Green #45CA2B

Color information

#45CA2B (or 0x45CA2B) is unknown color: approx Lime Green. HEX triplet: 45, CA and 2B. RGB value is (69,202,43). Sum of RGB (Red+Green+Blue) = 69+202+43=314 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.97% from 314); Green value is 202 (79.30% from 255 or 64.33% from 314); Blue value is 43 (17.19% from 255 or 13.69% from 314); Max value from RGB is 202 - color contains mainly: green. Hex color #45CA2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45CA2B is #BA35D4. Grayscale: #909090. Windows color (decimal): -12203477 or 2869829. OLE color: 2869829.

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

Color convert

RGB6920243-
CMYK0.6600.790.21
HSL110.19º64.9%48.04%-
HSV(B)110.19º78.71%79.22%-
XYZ24.0143.689.45-
YUV144.1170.9474.43-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.97%
GREEN value IS 202 (79.30% from 255) = 64.33%
BLUE value IS 43 (17.19% from 255) = 13.69%
R=21.97%
G=64.33%
B=13.69%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal69202430.6600.790.21110.1964.948.04
Hex45CA2B4204F156e4130
Octal1053125310201172515610160
Binary1000101110010101010111000010010011111010111011101000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45CA2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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