#35B742

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

Shades of Lime Green #35B742

Tints of Lime Green #35B742

Color information

#35B742 (or 0x35B742) is unknown color: approx Lime Green. HEX triplet: 35, B7 and 42. RGB value is (53,183,66). Sum of RGB (Red+Green+Blue) = 53+183+66=302 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.55% from 302); Green value is 183 (71.88% from 255 or 60.60% from 302); Blue value is 66 (26.17% from 255 or 21.85% from 302); Max value from RGB is 183 - color contains mainly: green. Hex color #35B742 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35B742 is #CA48BD. Grayscale: #838383. Windows color (decimal): -13256894 or 4372277. OLE color: 4372277.

HSL color Cylindrical-coordinate representation of color #35B742: hue angle of 126º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #35B742 is Cyan = 0.71, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.28.

Color convert

RGB5318366-
CMYK0.7100.640.28
HSL126º55.08%46.27%-
HSV(B)126º71.04%71.76%-
XYZ19.3935.0210.89-
YUV130.7991.4372.51-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.55%
GREEN value IS 183 (71.88% from 255) = 60.60%
BLUE value IS 66 (26.17% from 255) = 21.85%
R=17.55%
G=60.60%
B=21.85%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal53183660.7100.640.2812655.0846.27
Hex35B742470401C7e372e
Octal652671021070100341766756
Binary110101101101111000010100011101000000111001111110110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35B742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,183,66); }

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

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

 a { background-color: rgb(53,183,66); }

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

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

 span { border-color: rgb(53,183,66); }

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