Html Css Color HEX #3BD856 Lime Green

📋 copy color: '#3BD856'

red 59 ◦ green 216 ◦ blue 86

#3BD856
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #3BD856

Tints of Lime Green #3BD856

RGB

 RED value IS 59 (23.44% from 255) = 16.34%

 GREEN value IS 216 (84.77% from 255) = 59.83%

 BLUE value IS 86 (33.98% from 255) = 23.82%

R = 16.34%
G = 59.83%
B = 23.82%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#3BD856 (or 0x3BD856) is known color: Lime Green. HEX triplet: 3B, D8 and 56. RGB value is (59,216,86). Sum of RGB (Red+Green+Blue) = 59+216+86=361 (47% of max value = 765). Red value is 59 (23.44% from 255 or 16.34% from 361); Green value is 216 (84.77% from 255 or 59.83% from 361); Blue value is 86 (33.98% from 255 or 23.82% from 361); Max value from RGB is 216 - color contains mainly: green. Hex color #3BD856 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BD856 is #C427A9. Grayscale: #9A9A9A. Windows color (decimal): -12855210 or 5691451. OLE color: 5691451.

HSL color Cylindrical-coordinate representation of color #3BD856: hue angle of 130.32º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BD856 is Cyan = 0.73, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.15.

Color convert

RGB 59 216 86 -
CMYK 0.73 0 0.60 0.15
HSL 130.32º 0.67% 0.54% -
HSV(B) 130.32º 0.73% 0.85% -
XYZ 28.04 50.71 17.11 -
YUV 154.24 89.49 60.07 -
System Red Green Blue C M Y K H S L
Decimal 59 216 86 0.73 0 0.60 0.15 130.32 0.67 0.54
Hex 3B D8 56 49 0 3C F 82 43 36
Octal 73 330 126 111 0 74 17 202 103 66
Binary 111011 11011000 1010110 1001001 0 111100 1111 10000010 1000011 110110

Color Harmonies of #3BD856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BD856

Black with #3BD856

Text Example


Text Example

White with #3BD856

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,216,86); }

 H1.HeaderClassName
 {
   color: #3BD856;
 }
 .AnyTagClassName
 {
   color: #3BD856;
 }
</style>

background-color css

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

 a { background-color: rgb(59,216,86); }

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

border-color css

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

 span { border-color: rgb(59,216,86); }

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