#3AAE35

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

Shades of Lime Green #3AAE35

Tints of Lime Green #3AAE35

Color information

#3AAE35 (or 0x3AAE35) is unknown color: approx Lime Green. HEX triplet: 3A, AE and 35. RGB value is (58,174,53). Sum of RGB (Red+Green+Blue) = 58+174+53=285 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.35% from 285); Green value is 174 (68.36% from 255 or 61.05% from 285); Blue value is 53 (21.09% from 255 or 18.60% from 285); Max value from RGB is 174 - color contains mainly: green. Hex color #3AAE35 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3AAE35 is #C551CA. Grayscale: #7D7D7D. Windows color (decimal): -12931531 or 3518010. OLE color: 3518010.

HSL color Cylindrical-coordinate representation of color #3AAE35: hue angle of 117.52º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3AAE35 is Cyan = 0.67, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.32.

Color convert

RGB5817453-
CMYK0.6700.700.32
HSL117.52º53.3%44.51%-
HSV(B)117.52º69.54%68.24%-
XYZ17.5231.438.51-
YUV125.5287.0779.84-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.35%
GREEN value IS 174 (68.36% from 255) = 61.05%
BLUE value IS 53 (21.09% from 255) = 18.60%
R=20.35%
G=61.05%
B=18.60%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal58174530.6700.700.32117.5253.344.51
Hex3AAE35430462076352d
Octal72256651030106401666555
Binary111010101011101101011000011010001101000001110110110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AAE35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,174,53); }

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

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

 a { background-color: rgb(58,174,53); }

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

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

 span { border-color: rgb(58,174,53); }

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