#3BC942

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

Shades of Lime Green #3BC942

Tints of Lime Green #3BC942

Color information

#3BC942 (or 0x3BC942) is unknown color: approx Lime Green. HEX triplet: 3B, C9 and 42. RGB value is (59,201,66). Sum of RGB (Red+Green+Blue) = 59+201+66=326 (43% of max value = 765). Red value is 59 (23.44% from 255 or 18.10% from 326); Green value is 201 (78.91% from 255 or 61.66% from 326); Blue value is 66 (26.17% from 255 or 20.25% from 326); Max value from RGB is 201 - color contains mainly: green. Hex color #3BC942 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BC942 is #C436BD. Grayscale: #8F8F8F. Windows color (decimal): -12859070 or 4376891. OLE color: 4376891.

HSL color Cylindrical-coordinate representation of color #3BC942: hue angle of 122.96º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3BC942 is Cyan = 0.71, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.21.

Color convert

RGB5920166-
CMYK0.7100.670.21
HSL122.96º56.8%50.98%-
HSV(B)122.96º70.65%78.82%-
XYZ23.6743.112.22-
YUV143.1584.4667.98-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.10%
GREEN value IS 201 (78.91% from 255) = 61.66%
BLUE value IS 66 (26.17% from 255) = 20.25%
R=18.10%
G=61.66%
B=20.25%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal59201660.7100.670.21122.9656.850.98
Hex3BC94247043157b3933
Octal733111021070103251737163
Binary111011110010011000010100011101000011101011111011111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BC942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,201,66); }

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

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

 a { background-color: rgb(59,201,66); }

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

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

 span { border-color: rgb(59,201,66); }

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