#45C238

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

Shades of Lime Green #45C238

Tints of Lime Green #45C238

Color information

#45C238 (or 0x45C238) is unknown color: approx Lime Green. HEX triplet: 45, C2 and 38. RGB value is (69,194,56). Sum of RGB (Red+Green+Blue) = 69+194+56=319 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.63% from 319); Green value is 194 (76.17% from 255 or 60.82% from 319); Blue value is 56 (22.27% from 255 or 17.55% from 319); Max value from RGB is 194 - color contains mainly: green. Hex color #45C238 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45C238 is #BA3DC7. Grayscale: #8D8D8D. Windows color (decimal): -12205512 or 3719749. OLE color: 3719749.

HSL color Cylindrical-coordinate representation of color #45C238: hue angle of 114.35º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #45C238 is Cyan = 0.64, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.24.

Color convert

RGB6919456-
CMYK0.6400.710.24
HSL114.35º55.2%49.02%-
HSV(B)114.35º71.13%76.08%-
XYZ22.4640.1310.3-
YUV140.8980.0976.72-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.63%
GREEN value IS 194 (76.17% from 255) = 60.82%
BLUE value IS 56 (22.27% from 255) = 17.55%
R=21.63%
G=60.82%
B=17.55%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal69194560.6400.710.24114.3555.249.02
Hex45C2384004718723731
Octal105302701000107301626761
Binary100010111000010111000100000001000111110001110010110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45C238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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