#45E943

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

Shades of Lime Green #45E943

Tints of Lime Green #45E943

Color information

#45E943 (or 0x45E943) is unknown color: approx Lime Green. HEX triplet: 45, E9 and 43. RGB value is (69,233,67). Sum of RGB (Red+Green+Blue) = 69+233+67=369 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.70% from 369); Green value is 233 (91.41% from 255 or 63.14% from 369); Blue value is 67 (26.56% from 255 or 18.16% from 369); Max value from RGB is 233 - color contains mainly: green. Hex color #45E943 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #45E943 is #BA16BC. Grayscale: #A5A5A5. Windows color (decimal): -12195517 or 4450629. OLE color: 4450629.

HSL color Cylindrical-coordinate representation of color #45E943: hue angle of 119.28º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #45E943 is Cyan = 0.70, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.09.

Color convert

RGB6923367-
CMYK0.7000.710.09
HSL119.28º79.05%58.82%-
HSV(B)119.28º71.24%91.37%-
XYZ32.6159.9515.16-
YUV165.0472.6759.5-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.70%
GREEN value IS 233 (91.41% from 255) = 63.14%
BLUE value IS 67 (26.56% from 255) = 18.16%
R=18.70%
G=63.14%
B=18.16%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal69233670.7000.710.09119.2879.0558.82
Hex45E943460479774f3b
Octal10535110310601071116711773
Binary1000101111010011000011100011001000111100111101111001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45E943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,233,67); }

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

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

 a { background-color: rgb(69,233,67); }

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

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

 span { border-color: rgb(69,233,67); }

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