#45E62A

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

Shades of Lime Green #45E62A

Tints of Lime Green #45E62A

Color information

#45E62A (or 0x45E62A) is unknown color: approx Lime Green. HEX triplet: 45, E6 and 2A. RGB value is (69,230,42). Sum of RGB (Red+Green+Blue) = 69+230+42=341 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.23% from 341); Green value is 230 (90.23% from 255 or 67.45% from 341); Blue value is 42 (16.80% from 255 or 12.32% from 341); Max value from RGB is 230 - color contains mainly: green. Hex color #45E62A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #45E62A is #BA19D5. Grayscale: #A1A1A1. Windows color (decimal): -12196310 or 2811461. OLE color: 2811461.

HSL color Cylindrical-coordinate representation of color #45E62A: hue angle of 111.38º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #45E62A is Cyan = 0.7, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.10.

Color convert

RGB6923042-
CMYK0.700.820.10
HSL111.38º78.99%53.33%-
HSV(B)111.38º81.74%90.2%-
XYZ31.1758.0311.75-
YUV160.4361.1662.79-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.23%
GREEN value IS 230 (90.23% from 255) = 67.45%
BLUE value IS 42 (16.80% from 255) = 12.32%
R=20.23%
G=67.45%
B=12.32%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal69230420.700.820.10111.3878.9953.33
Hex45E62A46052A6f4f35
Octal1053465210601221215711765
Binary100010111100110101010100011001010010101011011111001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45E62A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,230,42); }

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

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

 a { background-color: rgb(69,230,42); }

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

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

 span { border-color: rgb(69,230,42); }

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