#35B232

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

Shades of Lime Green #35B232

Tints of Lime Green #35B232

Color information

#35B232 (or 0x35B232) is unknown color: approx Lime Green. HEX triplet: 35, B2 and 32. RGB value is (53,178,50). Sum of RGB (Red+Green+Blue) = 53+178+50=281 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.86% from 281); Green value is 178 (69.92% from 255 or 63.35% from 281); Blue value is 50 (19.92% from 255 or 17.79% from 281); Max value from RGB is 178 - color contains mainly: green. Hex color #35B232 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35B232 is #CA4DCD. Grayscale: #7E7E7E. Windows color (decimal): -13258190 or 3322421. OLE color: 3322421.

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

Color convert

RGB5317850-
CMYK0.7000.720.30
HSL118.59º56.14%44.71%-
HSV(B)118.59º71.91%69.8%-
XYZ17.9632.838.41-
YUV126.0385.0975.91-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.86%
GREEN value IS 178 (69.92% from 255) = 63.35%
BLUE value IS 50 (19.92% from 255) = 17.79%
R=18.86%
G=63.35%
B=17.79%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal53178500.7000.720.30118.5956.1444.71
Hex35B232460481E77382d
Octal65262621060110361677055
Binary11010110110010110010100011001001000111101110111111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35B232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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