#35A930

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

Shades of Lime Green #35A930

Tints of Lime Green #35A930

Color information

#35A930 (or 0x35A930) is unknown color: approx Lime Green. HEX triplet: 35, A9 and 30. RGB value is (53,169,48). Sum of RGB (Red+Green+Blue) = 53+169+48=270 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.63% from 270); Green value is 169 (66.41% from 255 or 62.59% from 270); Blue value is 48 (19.14% from 255 or 17.78% from 270); Max value from RGB is 169 - color contains mainly: green. Hex color #35A930 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35A930 is #CA56CF. Grayscale: #787878. Windows color (decimal): -13260496 or 3189045. OLE color: 3189045.

HSL color Cylindrical-coordinate representation of color #35A930: hue angle of 117.52º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #35A930 is Cyan = 0.69, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.34.

Color convert

RGB5316948-
CMYK0.6900.720.34
HSL117.52º55.76%42.55%-
HSV(B)117.52º71.6%66.27%-
XYZ16.1929.357.61-
YUV120.5287.0779.84-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.63%
GREEN value IS 169 (66.41% from 255) = 62.59%
BLUE value IS 48 (19.14% from 255) = 17.78%
R=19.63%
G=62.59%
B=17.78%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal53169480.6900.720.34117.5255.7642.55
Hex35A930450482276382b
Octal65251601050110421667053
Binary110101101010011100001000101010010001000101110110111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35A930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,169,48); }

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

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

 a { background-color: rgb(53,169,48); }

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

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

 span { border-color: rgb(53,169,48); }

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