#3BCE41

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

Shades of Lime Green #3BCE41

Tints of Lime Green #3BCE41

Color information

#3BCE41 (or 0x3BCE41) is unknown color: approx Lime Green. HEX triplet: 3B, CE and 41. RGB value is (59,206,65). Sum of RGB (Red+Green+Blue) = 59+206+65=330 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.88% from 330); Green value is 206 (80.86% from 255 or 62.42% from 330); Blue value is 65 (25.78% from 255 or 19.70% from 330); Max value from RGB is 206 - color contains mainly: green. Hex color #3BCE41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BCE41 is #C431BE. Grayscale: #929292. Windows color (decimal): -12857791 or 4312635. OLE color: 4312635.

HSL color Cylindrical-coordinate representation of color #3BCE41: hue angle of 122.45º 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 #3BCE41 is Cyan = 0.71, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.19.

Color convert

RGB5920665-
CMYK0.7100.680.19
HSL122.45º60%51.96%-
HSV(B)122.45º71.36%80.78%-
XYZ24.8345.4512.47-
YUV145.9782.365.96-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 17.88%
GREEN value IS 206 (80.86% from 255) = 62.42%
BLUE value IS 65 (25.78% from 255) = 19.70%
R=17.88%
G=62.42%
B=19.70%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal59206650.7100.680.19122.456051.96
Hex3BCE4147044137a3c34
Octal733161011070104231727464
Binary111011110011101000001100011101000100100111111010111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BCE41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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