#35AF38

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

Shades of Lime Green #35AF38

Tints of Lime Green #35AF38

Color information

#35AF38 (or 0x35AF38) is unknown color: approx Lime Green. HEX triplet: 35, AF and 38. RGB value is (53,175,56). Sum of RGB (Red+Green+Blue) = 53+175+56=284 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.66% from 284); Green value is 175 (68.75% from 255 or 61.62% from 284); Blue value is 56 (22.27% from 255 or 19.72% from 284); Max value from RGB is 175 - color contains mainly: green. Hex color #35AF38 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35AF38 is #CA50C7. Grayscale: #7D7D7D. Windows color (decimal): -13258952 or 3714869. OLE color: 3714869.

HSL color Cylindrical-coordinate representation of color #35AF38: hue angle of 121.48º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #35AF38 is Cyan = 0.70, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.31.

Color convert

RGB5317556-
CMYK0.7000.680.31
HSL121.48º53.51%44.71%-
HSV(B)121.48º69.71%68.63%-
XYZ17.5131.78.94-
YUV124.9689.0876.68-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.66%
GREEN value IS 175 (68.75% from 255) = 61.62%
BLUE value IS 56 (22.27% from 255) = 19.72%
R=18.66%
G=61.62%
B=19.72%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal53175560.7000.680.31121.4853.5144.71
Hex35AF38460441F79362d
Octal65257701060104371716655
Binary11010110101111111000100011001000100111111111001110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35AF38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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