#45E34A

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

Shades of Lime Green #45E34A

Tints of Lime Green #45E34A

Color information

#45E34A (or 0x45E34A) is unknown color: approx Lime Green. HEX triplet: 45, E3 and 4A. RGB value is (69,227,74). Sum of RGB (Red+Green+Blue) = 69+227+74=370 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.65% from 370); Green value is 227 (89.06% from 255 or 61.35% from 370); Blue value is 74 (29.30% from 255 or 20% from 370); Max value from RGB is 227 - color contains mainly: green. Hex color #45E34A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45E34A is #BA1CB5. Grayscale: #A2A2A2. Windows color (decimal): -12197046 or 4907845. OLE color: 4907845.

HSL color Cylindrical-coordinate representation of color #45E34A: hue angle of 121.9º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #45E34A is Cyan = 0.70, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.11.

Color convert

RGB6922774-
CMYK0.7000.670.11
HSL121.9º73.83%58.04%-
HSV(B)121.9º69.6%89.02%-
XYZ31.1656.715.78-
YUV162.3278.1561.44-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.65%
GREEN value IS 227 (89.06% from 255) = 61.35%
BLUE value IS 74 (29.30% from 255) = 20%
R=18.65%
G=61.35%
B=20%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal69227740.7000.670.11121.973.8358.04
Hex45E34A46043B7a4a3a
Octal10534311210601031317211272
Binary1000101111000111001010100011001000011101111110101001010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45E34A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,227,74); }

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

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

 a { background-color: rgb(69,227,74); }

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

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

 span { border-color: rgb(69,227,74); }

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