#45CA4B

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

Shades of Lime Green #45CA4B

Tints of Lime Green #45CA4B

Color information

#45CA4B (or 0x45CA4B) is unknown color: approx Lime Green. HEX triplet: 45, CA and 4B. RGB value is (69,202,75). Sum of RGB (Red+Green+Blue) = 69+202+75=346 (45% of max value = 765). Red value is 69 (27.34% from 255 or 19.94% from 346); Green value is 202 (79.30% from 255 or 58.38% from 346); Blue value is 75 (29.69% from 255 or 21.68% from 346); Max value from RGB is 202 - color contains mainly: green. Hex color #45CA4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45CA4B is #BA35B4. Grayscale: #949494. Windows color (decimal): -12203445 or 4966981. OLE color: 4966981.

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

Color convert

RGB6920275-
CMYK0.6600.630.21
HSL122.71º55.65%53.14%-
HSV(B)122.71º65.84%79.22%-
XYZ24.8444.0113.84-
YUV147.7686.9471.83-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.94%
GREEN value IS 202 (79.30% from 255) = 58.38%
BLUE value IS 75 (29.69% from 255) = 21.68%
R=19.94%
G=58.38%
B=21.68%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal69202750.6600.630.21122.7155.6553.14
Hex45CA4B4203F157b3835
Octal105312113102077251737065
Binary100010111001010100101110000100111111101011111011111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45CA4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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