Html Css Color HEX #3BD54D Lime Green

📋 copy color: '#3BD54D'

red 59 ◦ green 213 ◦ blue 77

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

Shades of Lime Green #3BD54D

Tints of Lime Green #3BD54D

RGB

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

 GREEN value IS 213 (83.59% from 255) = 61.03%

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

R = 16.91%
G = 61.03%
B = 22.06%

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

#3BD54D (or 0x3BD54D) is known color: Lime Green. HEX triplet: 3B, D5 and 4D. RGB value is (59,213,77). Sum of RGB (Red+Green+Blue) = 59+213+77=349 (46% of max value = 765). Red value is 59 (23.44% from 255 or 16.91% from 349); Green value is 213 (83.59% from 255 or 61.03% from 349); Blue value is 77 (30.47% from 255 or 22.06% from 349); Max value from RGB is 213 - color contains mainly: green. Hex color #3BD54D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BD54D is #C42AB2. Grayscale: #979797. Windows color (decimal): -12855987 or 5100859. OLE color: 5100859.

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

Color convert

RGB 59 213 77 -
CMYK 0.72 0 0.64 0.16
HSL 127.01º 0.65% 0.53% -
HSV(B) 127.01º 0.72% 0.84% -
XYZ 26.94 49.05 15.07 -
YUV 151.45 85.98 62.06 -
System Red Green Blue C M Y K H S L
Decimal 59 213 77 0.72 0 0.64 0.16 127.01 0.65 0.53
Hex 3B D5 4D 48 0 40 10 7F 41 35
Octal 73 325 115 110 0 100 20 177 101 65
Binary 111011 11010101 1001101 1001000 0 1000000 10000 1111111 1000001 110101

Color Harmonies of #3BD54D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BD54D

Black with #3BD54D

Text Example


Text Example

White with #3BD54D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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