#3BD54C

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

Shades of Lime Green #3BD54C

Tints of Lime Green #3BD54C

Color information

#3BD54C (or 0x3BD54C) is unknown color: approx Lime Green. HEX triplet: 3B, D5 and 4C. RGB value is (59,213,76). Sum of RGB (Red+Green+Blue) = 59+213+76=348 (46% of max value = 765). Red value is 59 (23.44% from 255 or 16.95% from 348); Green value is 213 (83.59% from 255 or 61.21% from 348); Blue value is 76 (30.08% from 255 or 21.84% from 348); Max value from RGB is 213 - color contains mainly: green. Hex color #3BD54C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BD54C is #C42AB3. Grayscale: #979797. Windows color (decimal): -12855988 or 5035323. OLE color: 5035323.

HSL color Cylindrical-coordinate representation of color #3BD54C: hue angle of 126.62º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3BD54C is Cyan = 0.72, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB5921376-
CMYK0.7200.640.16
HSL126.62º64.71%53.33%-
HSV(B)126.62º72.3%83.53%-
XYZ26.949.0414.89-
YUV151.3485.4862.14-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 16.95%
GREEN value IS 213 (83.59% from 255) = 61.21%
BLUE value IS 76 (30.08% from 255) = 21.84%
R=16.95%
G=61.21%
B=21.84%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal59213760.7200.640.16126.6264.7153.33
Hex3BD54C48040107f4135
Octal7332511411001002017710165
Binary1110111101010110011001001000010000001000011111111000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BD54C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,213,76); }

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

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

 a { background-color: rgb(59,213,76); }

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

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

 span { border-color: rgb(59,213,76); }

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