#45EA31

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

Shades of Lime Green #45EA31

Tints of Lime Green #45EA31

Color information

#45EA31 (or 0x45EA31) is unknown color: approx Lime Green. HEX triplet: 45, EA and 31. RGB value is (69,234,49). Sum of RGB (Red+Green+Blue) = 69+234+49=352 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.60% from 352); Green value is 234 (91.80% from 255 or 66.48% from 352); Blue value is 49 (19.53% from 255 or 13.92% from 352); Max value from RGB is 234 - color contains mainly: green. Hex color #45EA31 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #45EA31 is #BA15CE. Grayscale: #A4A4A4. Windows color (decimal): -12195279 or 3271237. OLE color: 3271237.

HSL color Cylindrical-coordinate representation of color #45EA31: hue angle of 113.51º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #45EA31 is Cyan = 0.71, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.08.

Color convert

RGB6923449-
CMYK0.7100.790.08
HSL113.51º81.5%55.49%-
HSV(B)113.51º79.06%91.76%-
XYZ32.4360.3312.84-
YUV163.5863.3460.54-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.60%
GREEN value IS 234 (91.80% from 255) = 66.48%
BLUE value IS 49 (19.53% from 255) = 13.92%
R=19.60%
G=66.48%
B=13.92%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal69234490.7100.790.08113.5181.555.49
Hex45EA314704F8725137
Octal1053526110701171016212167
Binary100010111101010110001100011101001111100011100101010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45EA31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,234,49); }

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

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

 a { background-color: rgb(69,234,49); }

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

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

 span { border-color: rgb(69,234,49); }

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