Html Css Color HEX #3BD951 Lime Green

📋 copy color: '#3BD951'

red 59 ◦ green 217 ◦ blue 81

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

Shades of Lime Green #3BD951

Tints of Lime Green #3BD951

RGB

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

 GREEN value IS 217 (85.16% from 255) = 60.78%

 BLUE value IS 81 (32.03% from 255) = 22.69%

R = 16.53%
G = 60.78%
B = 22.69%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#3BD951 (or 0x3BD951) is known color: Lime Green. HEX triplet: 3B, D9 and 51. RGB value is (59,217,81). Sum of RGB (Red+Green+Blue) = 59+217+81=357 (47% of max value = 765). Red value is 59 (23.44% from 255 or 16.53% from 357); Green value is 217 (85.16% from 255 or 60.78% from 357); Blue value is 81 (32.03% from 255 or 22.69% from 357); Max value from RGB is 217 - color contains mainly: green. Hex color #3BD951 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BD951 is #C426AE. Grayscale: #9A9A9A. Windows color (decimal): -12854959 or 5364027. OLE color: 5364027.

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

Color convert

RGB 59 217 81 -
CMYK 0.73 0 0.63 0.15
HSL 128.35º 0.68% 0.54% -
HSV(B) 128.35º 0.73% 0.85% -
XYZ 28.1 51.15 16.18 -
YUV 154.25 86.65 60.06 -
System Red Green Blue C M Y K H S L
Decimal 59 217 81 0.73 0 0.63 0.15 128.35 0.68 0.54
Hex 3B D9 51 49 0 3F F 80 44 36
Octal 73 331 121 111 0 77 17 200 104 66
Binary 111011 11011001 1010001 1001001 0 111111 1111 10000000 1000100 110110

Color Harmonies of #3BD951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BD951

Black with #3BD951

Text Example


Text Example

White with #3BD951

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,217,81); }

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

background-color css

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

 a { background-color: rgb(59,217,81); }

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

border-color css

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

 span { border-color: rgb(59,217,81); }

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