#35AE3B

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

Shades of Lime Green #35AE3B

Tints of Lime Green #35AE3B

Color information

#35AE3B (or 0x35AE3B) is unknown color: approx Lime Green. HEX triplet: 35, AE and 3B. RGB value is (53,174,59). Sum of RGB (Red+Green+Blue) = 53+174+59=286 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.53% from 286); Green value is 174 (68.36% from 255 or 60.84% from 286); Blue value is 59 (23.44% from 255 or 20.63% from 286); Max value from RGB is 174 - color contains mainly: green. Hex color #35AE3B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35AE3B is #CA51C4. Grayscale: #7D7D7D. Windows color (decimal): -13259205 or 3911221. OLE color: 3911221.

HSL color Cylindrical-coordinate representation of color #35AE3B: hue angle of 122.98º 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 #35AE3B is Cyan = 0.70, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.32.

Color convert

RGB5317459-
CMYK0.7000.660.32
HSL122.98º53.3%44.51%-
HSV(B)122.98º69.54%68.24%-
XYZ17.3931.349.27-
YUV124.7190.9176.85-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.53%
GREEN value IS 174 (68.36% from 255) = 60.84%
BLUE value IS 59 (23.44% from 255) = 20.63%
R=18.53%
G=60.84%
B=20.63%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal53174590.7000.660.32122.9853.344.51
Hex35AE3B46042207b352d
Octal65256731060102401736555
Binary110101101011101110111000110010000101000001111011110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35AE3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35AE3B; }

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

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

<style>
 a { background-color: #35AE3B; }

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

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

<style>
 span { border-color: #35AE3B; }

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

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