#35AC38

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

Shades of Lime Green #35AC38

Tints of Lime Green #35AC38

Color information

#35AC38 (or 0x35AC38) is unknown color: approx Lime Green. HEX triplet: 35, AC and 38. RGB value is (53,172,56). Sum of RGB (Red+Green+Blue) = 53+172+56=281 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.86% from 281); Green value is 172 (67.58% from 255 or 61.21% from 281); Blue value is 56 (22.27% from 255 or 19.93% from 281); Max value from RGB is 172 - color contains mainly: green. Hex color #35AC38 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35AC38 is #CA53C7. Grayscale: #7B7B7B. Windows color (decimal): -13259720 or 3714101. OLE color: 3714101.

HSL color Cylindrical-coordinate representation of color #35AC38: hue angle of 121.51º 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 #35AC38 is Cyan = 0.69, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.33.

Color convert

RGB5317256-
CMYK0.6900.670.33
HSL121.51º52.89%44.12%-
HSV(B)121.51º69.19%67.45%-
XYZ16.9330.558.75-
YUV123.290.0877.93-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.86%
GREEN value IS 172 (67.58% from 255) = 61.21%
BLUE value IS 56 (22.27% from 255) = 19.93%
R=18.86%
G=61.21%
B=19.93%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal53172560.6900.670.33121.5152.8944.12
Hex35AC3845043217a352c
Octal65254701050103411726554
Binary110101101011001110001000101010000111000011111010110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35AC38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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