#3BCE3F

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

Shades of Lime Green #3BCE3F

Tints of Lime Green #3BCE3F

Color information

#3BCE3F (or 0x3BCE3F) is unknown color: approx Lime Green. HEX triplet: 3B, CE and 3F. RGB value is (59,206,63). Sum of RGB (Red+Green+Blue) = 59+206+63=328 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.99% from 328); Green value is 206 (80.86% from 255 or 62.80% from 328); Blue value is 63 (25% from 255 or 19.21% from 328); Max value from RGB is 206 - color contains mainly: green. Hex color #3BCE3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BCE3F is #C431C0. Grayscale: #929292. Windows color (decimal): -12857793 or 4181563. OLE color: 4181563.

HSL color Cylindrical-coordinate representation of color #3BCE3F: hue angle of 121.63º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3BCE3F is Cyan = 0.71, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB5920663-
CMYK0.7100.690.19
HSL121.63º60%51.96%-
HSV(B)121.63º71.36%80.78%-
XYZ24.7745.4312.17-
YUV145.7481.366.13-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 17.99%
GREEN value IS 206 (80.86% from 255) = 62.80%
BLUE value IS 63 (25% from 255) = 19.21%
R=17.99%
G=62.80%
B=19.21%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal59206630.7100.690.19121.636051.96
Hex3BCE3F47045137a3c34
Octal73316771070105231727464
Binary11101111001110111111100011101000101100111111010111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BCE3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3BCE3F; }

 p { color: rgb(59,206,63); }

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

<style>
 a { background-color: #3BCE3F; }

 a { background-color: rgb(59,206,63); }

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

<style>
 span { border-color: #3BCE3F; }

 span { border-color: rgb(59,206,63); }

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