#45EF3F

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

Shades of Lime Green #45EF3F

Tints of Lime Green #45EF3F

Color information

#45EF3F (or 0x45EF3F) is unknown color: approx Lime Green. HEX triplet: 45, EF and 3F. RGB value is (69,239,63). Sum of RGB (Red+Green+Blue) = 69+239+63=371 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.60% from 371); Green value is 239 (93.75% from 255 or 64.42% from 371); Blue value is 63 (25% from 255 or 16.98% from 371); Max value from RGB is 239 - color contains mainly: green. Hex color #45EF3F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #45EF3F is #BA10C0. Grayscale: #A8A8A8. Windows color (decimal): -12193985 or 4190021. OLE color: 4190021.

HSL color Cylindrical-coordinate representation of color #45EF3F: hue angle of 117.95º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #45EF3F is Cyan = 0.71, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.06.

Color convert

RGB6923963-
CMYK0.7100.740.06
HSL117.95º84.62%59.22%-
HSV(B)117.95º73.64%93.73%-
XYZ34.2263.3615.13-
YUV168.1168.6857.31-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.60%
GREEN value IS 239 (93.75% from 255) = 64.42%
BLUE value IS 63 (25% from 255) = 16.98%
R=18.60%
G=64.42%
B=16.98%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal69239630.7100.740.06117.9584.6259.22
Hex45EF3F4704A676553b
Octal105357771070112616612573
Binary10001011110111111111110001110100101011011101101010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45EF3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,239,63); }

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

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

 a { background-color: rgb(69,239,63); }

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

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

 span { border-color: rgb(69,239,63); }

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