#45CA42

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

Shades of Lime Green #45CA42

Tints of Lime Green #45CA42

Color information

#45CA42 (or 0x45CA42) is unknown color: approx Lime Green. HEX triplet: 45, CA and 42. RGB value is (69,202,66). Sum of RGB (Red+Green+Blue) = 69+202+66=337 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.47% from 337); Green value is 202 (79.30% from 255 or 59.94% from 337); Blue value is 66 (26.17% from 255 or 19.58% from 337); Max value from RGB is 202 - color contains mainly: green. Hex color #45CA42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45CA42 is #BA35BD. Grayscale: #939393. Windows color (decimal): -12203454 or 4377157. OLE color: 4377157.

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

Color convert

RGB6920266-
CMYK0.6600.670.21
HSL118.68º56.2%52.55%-
HSV(B)118.68º67.33%79.22%-
XYZ24.5643.912.33-
YUV146.7382.4472.56-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.47%
GREEN value IS 202 (79.30% from 255) = 59.94%
BLUE value IS 66 (26.17% from 255) = 19.58%
R=20.47%
G=59.94%
B=19.58%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal69202660.6600.670.21118.6856.252.55
Hex45CA424204315773835
Octal1053121021020103251677065
Binary1000101110010101000010100001001000011101011110111111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45CA42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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