#3AE02D

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

Shades of Lime Green #3AE02D

Tints of Lime Green #3AE02D

Color information

#3AE02D (or 0x3AE02D) is unknown color: approx Lime Green. HEX triplet: 3A, E0 and 2D. RGB value is (58,224,45). Sum of RGB (Red+Green+Blue) = 58+224+45=327 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.74% from 327); Green value is 224 (87.89% from 255 or 68.50% from 327); Blue value is 45 (17.97% from 255 or 13.76% from 327); Max value from RGB is 224 - color contains mainly: green. Hex color #3AE02D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AE02D is #C51FD2. Grayscale: #9A9A9A. Windows color (decimal): -12918739 or 3006522. OLE color: 3006522.

HSL color Cylindrical-coordinate representation of color #3AE02D: hue angle of 115.64º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3AE02D is Cyan = 0.74, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.12.

Color convert

RGB5822445-
CMYK0.7400.800.12
HSL115.64º74.27%52.75%-
HSV(B)115.64º79.91%87.84%-
XYZ28.8754.411.46-
YUV153.9666.559.55-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.74%
GREEN value IS 224 (87.89% from 255) = 68.50%
BLUE value IS 45 (17.97% from 255) = 13.76%
R=17.74%
G=68.50%
B=13.76%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal58224450.7400.800.12115.6474.2752.75
Hex3AE02D4A050C744a35
Octal723405511201201416411265
Binary11101011100000101101100101001010000110011101001001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AE02D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,224,45); }

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

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

 a { background-color: rgb(58,224,45); }

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

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

 span { border-color: rgb(58,224,45); }

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