#35AC36

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

Shades of Lime Green #35AC36

Tints of Lime Green #35AC36

Color information

#35AC36 (or 0x35AC36) is unknown color: approx Lime Green. HEX triplet: 35, AC and 36. RGB value is (53,172,54). Sum of RGB (Red+Green+Blue) = 53+172+54=279 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.00% from 279); Green value is 172 (67.58% from 255 or 61.65% from 279); Blue value is 54 (21.48% from 255 or 19.35% from 279); Max value from RGB is 172 - color contains mainly: green. Hex color #35AC36 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35AC36 is #CA53C9. Grayscale: #7B7B7B. Windows color (decimal): -13259722 or 3583029. OLE color: 3583029.

HSL color Cylindrical-coordinate representation of color #35AC36: hue angle of 120.5º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #35AC36 is Cyan = 0.69, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB5317254-
CMYK0.6900.690.33
HSL120.5º52.89%44.12%-
HSV(B)120.5º69.19%67.45%-
XYZ16.8930.538.49-
YUV122.9789.0878.09-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.00%
GREEN value IS 172 (67.58% from 255) = 61.65%
BLUE value IS 54 (21.48% from 255) = 19.35%
R=19.00%
G=61.65%
B=19.35%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal53172540.6900.690.33120.552.8944.12
Hex35AC36450452179352c
Octal65254661050105411716554
Binary110101101011001101101000101010001011000011111001110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35AC36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,172,54); }

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

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

 a { background-color: rgb(53,172,54); }

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

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

 span { border-color: rgb(53,172,54); }

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