#45C039

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

Shades of Lime Green #45C039

Tints of Lime Green #45C039

Color information

#45C039 (or 0x45C039) is unknown color: approx Lime Green. HEX triplet: 45, C0 and 39. RGB value is (69,192,57). Sum of RGB (Red+Green+Blue) = 69+192+57=318 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.70% from 318); Green value is 192 (75.39% from 255 or 60.38% from 318); Blue value is 57 (22.66% from 255 or 17.92% from 318); Max value from RGB is 192 - color contains mainly: green. Hex color #45C039 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45C039 is #BA3FC6. Grayscale: #8C8C8C. Windows color (decimal): -12206023 or 3784773. OLE color: 3784773.

HSL color Cylindrical-coordinate representation of color #45C039: hue angle of 114.67º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #45C039 is Cyan = 0.64, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB6919257-
CMYK0.6400.700.25
HSL114.67º54.22%48.82%-
HSV(B)114.67º70.31%75.29%-
XYZ22.0439.2610.29-
YUV139.8381.2577.48-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.70%
GREEN value IS 192 (75.39% from 255) = 60.38%
BLUE value IS 57 (22.66% from 255) = 17.92%
R=21.70%
G=60.38%
B=17.92%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal69192570.6400.700.25114.6754.2248.82
Hex45C0394004619733631
Octal105300711000106311636661
Binary100010111000000111001100000001000110110011110011110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45C039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,192,57); }

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

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

 a { background-color: rgb(69,192,57); }

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

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

 span { border-color: rgb(69,192,57); }

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