#45C738

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

Shades of Lime Green #45C738

Tints of Lime Green #45C738

Color information

#45C738 (or 0x45C738) is unknown color: approx Lime Green. HEX triplet: 45, C7 and 38. RGB value is (69,199,56). Sum of RGB (Red+Green+Blue) = 69+199+56=324 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.30% from 324); Green value is 199 (78.12% from 255 or 61.42% from 324); Blue value is 56 (22.27% from 255 or 17.28% from 324); Max value from RGB is 199 - color contains mainly: green. Hex color #45C738 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45C738 is #BA38C7. Grayscale: #909090. Windows color (decimal): -12204232 or 3721029. OLE color: 3721029.

HSL color Cylindrical-coordinate representation of color #45C738: hue angle of 114.55º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #45C738 is Cyan = 0.65, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.22.

Color convert

RGB6919956-
CMYK0.6500.720.22
HSL114.55º56.08%50%-
HSV(B)114.55º71.86%78.04%-
XYZ23.5942.410.68-
YUV143.8378.4374.63-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.30%
GREEN value IS 199 (78.12% from 255) = 61.42%
BLUE value IS 56 (22.27% from 255) = 17.28%
R=21.30%
G=61.42%
B=17.28%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal69199560.6500.720.22114.5556.0850
Hex45C7384104816733832
Octal105307701010110261637062
Binary100010111000111111000100000101001000101101110011111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45C738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,199,56); }

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

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

 a { background-color: rgb(69,199,56); }

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

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

 span { border-color: rgb(69,199,56); }

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