#3BD454

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

Shades of Lime Green #3BD454

Tints of Lime Green #3BD454

Color information

#3BD454 (or 0x3BD454) is unknown color: approx Lime Green. HEX triplet: 3B, D4 and 54. RGB value is (59,212,84). Sum of RGB (Red+Green+Blue) = 59+212+84=355 (47% of max value = 765). Red value is 59 (23.44% from 255 or 16.62% from 355); Green value is 212 (83.20% from 255 or 59.72% from 355); Blue value is 84 (33.20% from 255 or 23.66% from 355); Max value from RGB is 212 - color contains mainly: green. Hex color #3BD454 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BD454 is #C42BAB. Grayscale: #989898. Windows color (decimal): -12856236 or 5559355. OLE color: 5559355.

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

Color convert

RGB5921284-
CMYK0.7200.600.17
HSL129.8º64.02%53.14%-
HSV(B)129.8º72.17%83.14%-
XYZ26.9548.6616.36-
YUV151.6689.8161.91-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 16.62%
GREEN value IS 212 (83.20% from 255) = 59.72%
BLUE value IS 84 (33.20% from 255) = 23.66%
R=16.62%
G=59.72%
B=23.66%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal59212840.7200.600.17129.864.0253.14
Hex3BD4544803C11824035
Octal733241241100742120210065
Binary1110111101010010101001001000011110010001100000101000000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BD454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,212,84); }

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

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

 a { background-color: rgb(59,212,84); }

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

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

 span { border-color: rgb(59,212,84); }

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