#35AE38

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

Shades of Lime Green #35AE38

Tints of Lime Green #35AE38

Color information

#35AE38 (or 0x35AE38) is unknown color: approx Lime Green. HEX triplet: 35, AE and 38. RGB value is (53,174,56). Sum of RGB (Red+Green+Blue) = 53+174+56=283 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.73% from 283); Green value is 174 (68.36% from 255 or 61.48% from 283); Blue value is 56 (22.27% from 255 or 19.79% from 283); Max value from RGB is 174 - color contains mainly: green. Hex color #35AE38 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35AE38 is #CA51C7. Grayscale: #7C7C7C. Windows color (decimal): -13259208 or 3714613. OLE color: 3714613.

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

Color convert

RGB5317456-
CMYK0.7000.680.32
HSL121.49º53.3%44.51%-
HSV(B)121.49º69.54%68.24%-
XYZ17.3231.318.87-
YUV124.3789.4177.09-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.73%
GREEN value IS 174 (68.36% from 255) = 61.48%
BLUE value IS 56 (22.27% from 255) = 19.79%
R=18.73%
G=61.48%
B=19.79%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal53174560.7000.680.32121.4953.344.51
Hex35AE38460442079352d
Octal65256701060104401716555
Binary110101101011101110001000110010001001000001111001110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35AE38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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