#35BB3F

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

Shades of Lime Green #35BB3F

Tints of Lime Green #35BB3F

Color information

#35BB3F (or 0x35BB3F) is unknown color: approx Lime Green. HEX triplet: 35, BB and 3F. RGB value is (53,187,63). Sum of RGB (Red+Green+Blue) = 53+187+63=303 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.49% from 303); Green value is 187 (73.44% from 255 or 61.72% from 303); Blue value is 63 (25% from 255 or 20.79% from 303); Max value from RGB is 187 - color contains mainly: green. Hex color #35BB3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #35BB3F is #CA44C0. Grayscale: #858585. Windows color (decimal): -13255873 or 4176693. OLE color: 4176693.

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

Color convert

RGB5318763-
CMYK0.7200.660.27
HSL124.48º55.83%47.06%-
HSV(B)124.48º71.66%73.33%-
XYZ20.1436.6610.72-
YUV132.888.6171.08-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.49%
GREEN value IS 187 (73.44% from 255) = 61.72%
BLUE value IS 63 (25% from 255) = 20.79%
R=17.49%
G=61.72%
B=20.79%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal53187630.7200.660.27124.4855.8347.06
Hex35BB3F480421B7c382f
Octal65273771100102331747057
Binary11010110111011111111100100001000010110111111100111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35BB3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,187,63); }

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

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

 a { background-color: rgb(53,187,63); }

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

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

 span { border-color: rgb(53,187,63); }

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