#3AE242

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

Shades of Lime Green #3AE242

Tints of Lime Green #3AE242

Color information

#3AE242 (or 0x3AE242) is unknown color: approx Lime Green. HEX triplet: 3A, E2 and 42. RGB value is (58,226,66). Sum of RGB (Red+Green+Blue) = 58+226+66=350 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.57% from 350); Green value is 226 (88.67% from 255 or 64.57% from 350); Blue value is 66 (26.17% from 255 or 18.86% from 350); Max value from RGB is 226 - color contains mainly: green. Hex color #3AE242 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AE242 is #C51DBD. Grayscale: #9E9E9E. Windows color (decimal): -12918206 or 4383290. OLE color: 4383290.

HSL color Cylindrical-coordinate representation of color #3AE242: hue angle of 122.86º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3AE242 is Cyan = 0.74, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.11.

Color convert

RGB5822666-
CMYK0.7400.710.11
HSL122.86º74.34%55.69%-
HSV(B)122.86º74.34%88.63%-
XYZ29.9255.6914.33-
YUV157.5376.3457.01-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 16.57%
GREEN value IS 226 (88.67% from 255) = 64.57%
BLUE value IS 66 (26.17% from 255) = 18.86%
R=16.57%
G=64.57%
B=18.86%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal58226660.7400.710.11122.8674.3455.69
Hex3AE2424A047B7b4a38
Octal7234210211201071317311270
Binary111010111000101000010100101001000111101111110111001010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AE242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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