#35B52F

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

Shades of Lime Green #35B52F

Tints of Lime Green #35B52F

Color information

#35B52F (or 0x35B52F) is unknown color: approx Lime Green. HEX triplet: 35, B5 and 2F. RGB value is (53,181,47). Sum of RGB (Red+Green+Blue) = 53+181+47=281 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.86% from 281); Green value is 181 (71.09% from 255 or 64.41% from 281); Blue value is 47 (18.75% from 255 or 16.73% from 281); Max value from RGB is 181 - color contains mainly: green. Hex color #35B52F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35B52F is #CA4AD0. Grayscale: #7F7F7F. Windows color (decimal): -13257425 or 3126581. OLE color: 3126581.

HSL color Cylindrical-coordinate representation of color #35B52F: hue angle of 117.31º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35B52F is Cyan = 0.71, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.29.

Color convert

RGB5318147-
CMYK0.7100.740.29
HSL117.31º58.77%44.71%-
HSV(B)117.31º74.03%70.98%-
XYZ18.5134.018.28-
YUV127.4582.5974.9-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.86%
GREEN value IS 181 (71.09% from 255) = 64.41%
BLUE value IS 47 (18.75% from 255) = 16.73%
R=18.86%
G=64.41%
B=16.73%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal53181470.7100.740.29117.3158.7744.71
Hex35B52F4704A1D753b2d
Octal65265571070112351657355
Binary11010110110101101111100011101001010111011110101111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35B52F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,181,47); }

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

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

 a { background-color: rgb(53,181,47); }

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

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

 span { border-color: rgb(53,181,47); }

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