#35B22E

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

Shades of Lime Green #35B22E

Tints of Lime Green #35B22E

Color information

#35B22E (or 0x35B22E) is unknown color: approx Lime Green. HEX triplet: 35, B2 and 2E. RGB value is (53,178,46). Sum of RGB (Red+Green+Blue) = 53+178+46=277 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.13% from 277); Green value is 178 (69.92% from 255 or 64.26% from 277); Blue value is 46 (18.36% from 255 or 16.61% from 277); Max value from RGB is 178 - color contains mainly: green. Hex color #35B22E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35B22E is #CA4DD1. Grayscale: #7D7D7D. Windows color (decimal): -13258194 or 3060277. OLE color: 3060277.

HSL color Cylindrical-coordinate representation of color #35B22E: hue angle of 116.82º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35B22E is Cyan = 0.70, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.30.

Color convert

RGB5317846-
CMYK0.7000.740.30
HSL116.82º58.93%43.92%-
HSV(B)116.82º74.16%69.8%-
XYZ17.8832.797.97-
YUV125.5883.0976.23-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.13%
GREEN value IS 178 (69.92% from 255) = 64.26%
BLUE value IS 46 (18.36% from 255) = 16.61%
R=19.13%
G=64.26%
B=16.61%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal53178460.7000.740.30116.8258.9343.92
Hex35B22E4604A1E753b2c
Octal65262561060112361657354
Binary11010110110010101110100011001001010111101110101111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35B22E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,178,46); }

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

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

 a { background-color: rgb(53,178,46); }

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

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

 span { border-color: rgb(53,178,46); }

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