Html Css Color HEX #3BD64D Lime Green

📋 copy color: '#3BD64D'

red 59 ◦ green 214 ◦ blue 77

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

Shades of Lime Green #3BD64D

Tints of Lime Green #3BD64D

RGB

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

 GREEN value IS 214 (83.98% from 255) = 61.14%

 BLUE value IS 77 (30.47% from 255) = 22%

R = 16.86%
G = 61.14%
B = 22%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#3BD64D (or 0x3BD64D) is known color: Lime Green. HEX triplet: 3B, D6 and 4D. RGB value is (59,214,77). Sum of RGB (Red+Green+Blue) = 59+214+77=350 (46% of max value = 765). Red value is 59 (23.44% from 255 or 16.86% from 350); Green value is 214 (83.98% from 255 or 61.14% from 350); Blue value is 77 (30.47% from 255 or 22% from 350); Max value from RGB is 214 - color contains mainly: green. Hex color #3BD64D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BD64D is #C429B2. Grayscale: #989898. Windows color (decimal): -12855731 or 5101115. OLE color: 5101115.

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

Color convert

RGB 59 214 77 -
CMYK 0.72 0 0.64 0.16
HSL 126.97º 0.65% 0.54% -
HSV(B) 126.97º 0.72% 0.84% -
XYZ 27.19 49.56 15.15 -
YUV 152.04 85.65 61.64 -
System Red Green Blue C M Y K H S L
Decimal 59 214 77 0.72 0 0.64 0.16 126.97 0.65 0.54
Hex 3B D6 4D 48 0 40 10 7F 41 36
Octal 73 326 115 110 0 100 20 177 101 66
Binary 111011 11010110 1001101 1001000 0 1000000 10000 1111111 1000001 110110

Color Harmonies of #3BD64D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BD64D

Black with #3BD64D

Text Example


Text Example

White with #3BD64D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,214,77); }

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

background-color css

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

 a { background-color: rgb(59,214,77); }

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

border-color css

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

 span { border-color: rgb(59,214,77); }

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