#3aef2e

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

Shades of Lime Green #3AEF2E

Tints of Lime Green #3AEF2E

Color information

#3AEF2E (or 0x3AEF2E) is unknown color: approx Lime Green. HEX triplet: 3A, EF and 2E. RGB value is (58,239,46). Sum of RGB (Red+Green+Blue) = 58+239+46=343 (45% of max value = 765). Red value is 58 (23.05% from 255 or 16.91% from 343); Green value is 239 (93.75% from 255 or 69.68% from 343); Blue value is 46 (18.36% from 255 or 13.41% from 343); Max value from RGB is 239 - color contains mainly: green. Hex color #3AEF2E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AEF2E is #C510D1. Grayscale: #A3A3A3. Windows color (decimal): -12914898 or 3075898. OLE color: 3075898.

HSL color Cylindrical-coordinate representation of color #3AEF2E: hue angle of 116.27º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3AEF2E is Cyan = 0.76, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.06.

Color convert

RGB5823946-
CMYK0.7600.810.06
HSL116.27º85.78%55.88%-
HSV(B)116.27º80.75%93.73%-
XYZ33.162.8312.97-
YUV162.8862.0353.19-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 16.91%
GREEN value IS 239 (93.75% from 255) = 69.68%
BLUE value IS 46 (18.36% from 255) = 13.41%
R=16.91%
G=69.68%
B=13.41%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal58239460.7600.810.06116.2785.7855.88
Hex3AEF2E4C0516745638
Octal72357561140121616412670
Binary1110101110111110111010011000101000111011101001010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3aef2e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3aef2e; }

 p { color: rgb(58,239,46); }

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

<style>
 a { background-color: #3aef2e; }

 a { background-color: rgb(58,239,46); }

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

<style>
 span { border-color: #3aef2e; }

 span { border-color: rgb(58,239,46); }

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