#35AD38

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

Shades of Lime Green #35AD38

Tints of Lime Green #35AD38

Color information

#35AD38 (or 0x35AD38) is unknown color: approx Lime Green. HEX triplet: 35, AD and 38. RGB value is (53,173,56). Sum of RGB (Red+Green+Blue) = 53+173+56=282 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.79% from 282); Green value is 173 (67.97% from 255 or 61.35% from 282); Blue value is 56 (22.27% from 255 or 19.86% from 282); Max value from RGB is 173 - color contains mainly: green. Hex color #35AD38 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35AD38 is #CA52C7. Grayscale: #7C7C7C. Windows color (decimal): -13259464 or 3714357. OLE color: 3714357.

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

Color convert

RGB5317356-
CMYK0.6900.680.32
HSL121.5º53.1%44.31%-
HSV(B)121.5º69.36%67.84%-
XYZ17.1330.938.81-
YUV123.7889.7477.51-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.79%
GREEN value IS 173 (67.97% from 255) = 61.35%
BLUE value IS 56 (22.27% from 255) = 19.86%
R=18.79%
G=61.35%
B=19.86%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal53173560.6900.680.32121.553.144.31
Hex35AD3845044207a352c
Octal65255701050104401726554
Binary110101101011011110001000101010001001000001111010110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35AD38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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