#35B82B

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

Shades of Lime Green #35B82B

Tints of Lime Green #35B82B

Color information

#35B82B (or 0x35B82B) is unknown color: approx Lime Green. HEX triplet: 35, B8 and 2B. RGB value is (53,184,43). Sum of RGB (Red+Green+Blue) = 53+184+43=280 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.93% from 280); Green value is 184 (72.27% from 255 or 65.71% from 280); Blue value is 43 (17.19% from 255 or 15.36% from 280); Max value from RGB is 184 - color contains mainly: green. Hex color #35B82B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35B82B is #CA47D4. Grayscale: #818181. Windows color (decimal): -13256661 or 2865205. OLE color: 2865205.

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

Color convert

RGB5318443-
CMYK0.7100.770.28
HSL115.74º62.11%44.51%-
HSV(B)115.74º76.63%72.16%-
XYZ19.0435.218.08-
YUV128.7679.673.96-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.93%
GREEN value IS 184 (72.27% from 255) = 65.71%
BLUE value IS 43 (17.19% from 255) = 15.36%
R=18.93%
G=65.71%
B=15.36%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal53184430.7100.770.28115.7462.1144.51
Hex35B82B4704D1C743e2d
Octal65270531070115341647655
Binary11010110111000101011100011101001101111001110100111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35B82B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,184,43); }

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

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

 a { background-color: rgb(53,184,43); }

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

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

 span { border-color: rgb(53,184,43); }

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