#35E732

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

Shades of Lime Green #35E732

Tints of Lime Green #35E732

Color information

#35E732 (or 0x35E732) is unknown color: approx Lime Green. HEX triplet: 35, E7 and 32. RGB value is (53,231,50). Sum of RGB (Red+Green+Blue) = 53+231+50=334 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.87% from 334); Green value is 231 (90.62% from 255 or 69.16% from 334); Blue value is 50 (19.92% from 255 or 14.97% from 334); Max value from RGB is 231 - color contains mainly: green. Hex color #35E732 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #35E732 is #CA18CD. Grayscale: #9D9D9D. Windows color (decimal): -13244622 or 3335989. OLE color: 3335989.

HSL color Cylindrical-coordinate representation of color #35E732: hue angle of 119.01º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #35E732 is Cyan = 0.77, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.09.

Color convert

RGB5323150-
CMYK0.7700.780.09
HSL119.01º79.04%55.1%-
HSV(B)119.01º78.35%90.59%-
XYZ30.6258.1412.63-
YUV157.1467.5353.72-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.87%
GREEN value IS 231 (90.62% from 255) = 69.16%
BLUE value IS 50 (19.92% from 255) = 14.97%
R=15.87%
G=69.16%
B=14.97%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal53231500.7700.780.09119.0179.0455.1
Hex35E7324D04E9774f37
Octal653476211501161116711767
Binary11010111100111110010100110101001110100111101111001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35E732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,231,50); }

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

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

 a { background-color: rgb(53,231,50); }

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

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

 span { border-color: rgb(53,231,50); }

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