#3AE925

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

Shades of Lime Green #3AE925

Tints of Lime Green #3AE925

Color information

#3AE925 (or 0x3AE925) is unknown color: approx Lime Green. HEX triplet: 3A, E9 and 25. RGB value is (58,233,37). Sum of RGB (Red+Green+Blue) = 58+233+37=328 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.68% from 328); Green value is 233 (91.41% from 255 or 71.04% from 328); Blue value is 37 (14.84% from 255 or 11.28% from 328); Max value from RGB is 233 - color contains mainly: green. Hex color #3AE925 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AE925 is #C516DA. Grayscale: #9E9E9E. Windows color (decimal): -12916443 or 2484538. OLE color: 2484538.

HSL color Cylindrical-coordinate representation of color #3AE925: hue angle of 113.57º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3AE925 is Cyan = 0.75, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.09.

Color convert

RGB5823337-
CMYK0.7500.840.09
HSL113.57º81.67%52.94%-
HSV(B)113.57º84.12%91.37%-
XYZ31.2259.3111.55-
YUV158.3359.5256.44-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.68%
GREEN value IS 233 (91.41% from 255) = 71.04%
BLUE value IS 37 (14.84% from 255) = 11.28%
R=17.68%
G=71.04%
B=11.28%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal58233370.7500.840.09113.5781.6752.94
Hex3AE9254B0549725235
Octal723514511301241116212265
Binary11101011101001100101100101101010100100111100101010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AE925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,233,37); }

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

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

 a { background-color: rgb(58,233,37); }

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

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

 span { border-color: rgb(58,233,37); }

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