#3AEE42

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

Shades of Lime Green #3AEE42

Tints of Lime Green #3AEE42

Color information

#3AEE42 (or 0x3AEE42) is unknown color: approx Lime Green. HEX triplet: 3A, EE and 42. RGB value is (58,238,66). Sum of RGB (Red+Green+Blue) = 58+238+66=362 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.02% from 362); Green value is 238 (93.36% from 255 or 65.75% from 362); Blue value is 66 (26.17% from 255 or 18.23% from 362); Max value from RGB is 238 - color contains mainly: green. Hex color #3AEE42 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AEE42 is #C511BD. Grayscale: #A5A5A5. Windows color (decimal): -12915134 or 4386362. OLE color: 4386362.

HSL color Cylindrical-coordinate representation of color #3AEE42: hue angle of 122.67º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AEE42 is Cyan = 0.76, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.

Color convert

RGB5823866-
CMYK0.7600.720.07
HSL122.67º84.11%58.04%-
HSV(B)122.67º75.63%93.33%-
XYZ33.362.4415.45-
YUV164.5772.3751.99-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 16.02%
GREEN value IS 238 (93.36% from 255) = 65.75%
BLUE value IS 66 (26.17% from 255) = 18.23%
R=16.02%
G=65.75%
B=18.23%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal58238660.7600.720.07122.6784.1158.04
Hex3AEE424C04877b543a
Octal723561021140110717312472
Binary11101011101110100001010011000100100011111110111010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AEE42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,238,66); }

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

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

 a { background-color: rgb(58,238,66); }

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

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

 span { border-color: rgb(58,238,66); }

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