#35B239

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

Shades of Lime Green #35B239

Tints of Lime Green #35B239

Color information

#35B239 (or 0x35B239) is unknown color: approx Lime Green. HEX triplet: 35, B2 and 39. RGB value is (53,178,57). Sum of RGB (Red+Green+Blue) = 53+178+57=288 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.40% from 288); Green value is 178 (69.92% from 255 or 61.81% from 288); Blue value is 57 (22.66% from 255 or 19.79% from 288); Max value from RGB is 178 - color contains mainly: green. Hex color #35B239 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35B239 is #CA4DC6. Grayscale: #7F7F7F. Windows color (decimal): -13258183 or 3781173. OLE color: 3781173.

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

Color convert

RGB5317857-
CMYK0.7000.680.30
HSL121.92º54.11%45.29%-
HSV(B)121.92º70.22%69.8%-
XYZ18.1332.899.26-
YUV126.8388.5975.34-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.40%
GREEN value IS 178 (69.92% from 255) = 61.81%
BLUE value IS 57 (22.66% from 255) = 19.79%
R=18.40%
G=61.81%
B=19.79%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal53178570.7000.680.30121.9254.1145.29
Hex35B239460441E7a362d
Octal65262711060104361726655
Binary11010110110010111001100011001000100111101111010110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35B239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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