Html Css Color HEX #3BD855 Lime Green

📋 copy color: '#3BD855'

red 59 ◦ green 216 ◦ blue 85

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

Shades of Lime Green #3BD855

Tints of Lime Green #3BD855

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 23.61%

R = 16.39%
G = 60%
B = 23.61%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#3BD855 (or 0x3BD855) is known color: Lime Green. HEX triplet: 3B, D8 and 55. RGB value is (59,216,85). Sum of RGB (Red+Green+Blue) = 59+216+85=360 (47% of max value = 765). Red value is 59 (23.44% from 255 or 16.39% from 360); Green value is 216 (84.77% from 255 or 60% from 360); Blue value is 85 (33.59% from 255 or 23.61% from 360); Max value from RGB is 216 - color contains mainly: green. Hex color #3BD855 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BD855 is #C427AA. Grayscale: #9A9A9A. Windows color (decimal): -12855211 or 5625915. OLE color: 5625915.

HSL color Cylindrical-coordinate representation of color #3BD855: hue angle of 129.94º 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 #3BD855 is Cyan = 0.73, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.

Color convert

RGB 59 216 85 -
CMYK 0.73 0 0.61 0.15
HSL 129.94º 0.67% 0.54% -
HSV(B) 129.94º 0.73% 0.85% -
XYZ 28 50.7 16.9 -
YUV 154.12 88.99 60.15 -
System Red Green Blue C M Y K H S L
Decimal 59 216 85 0.73 0 0.61 0.15 129.94 0.67 0.54
Hex 3B D8 55 49 0 3D F 82 43 36
Octal 73 330 125 111 0 75 17 202 103 66
Binary 111011 11011000 1010101 1001001 0 111101 1111 10000010 1000011 110110

Color Harmonies of #3BD855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BD855

Black with #3BD855

Text Example


Text Example

White with #3BD855

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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