#35BC39

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

Shades of Lime Green #35BC39

Tints of Lime Green #35BC39

Color information

#35BC39 (or 0x35BC39) is unknown color: approx Lime Green. HEX triplet: 35, BC and 39. RGB value is (53,188,57). Sum of RGB (Red+Green+Blue) = 53+188+57=298 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.79% from 298); Green value is 188 (73.83% from 255 or 63.09% from 298); Blue value is 57 (22.66% from 255 or 19.13% from 298); Max value from RGB is 188 - color contains mainly: green. Hex color #35BC39 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35BC39 is #CA43C6. Grayscale: #858585. Windows color (decimal): -13255623 or 3783733. OLE color: 3783733.

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

Color convert

RGB5318857-
CMYK0.7200.700.26
HSL121.78º56.02%47.25%-
HSV(B)121.78º71.81%73.73%-
XYZ20.1937.029.95-
YUV132.785.2771.15-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.79%
GREEN value IS 188 (73.83% from 255) = 63.09%
BLUE value IS 57 (22.66% from 255) = 19.13%
R=17.79%
G=63.09%
B=19.13%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal53188570.7200.700.26121.7856.0247.25
Hex35BC39480461A7a382f
Octal65274711100106321727057
Binary11010110111100111001100100001000110110101111010111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35BC39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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