Html Css Color HEX #3BDC40 Lime Green

📋 copy color: '#3BDC40'

red 59 ◦ green 220 ◦ blue 64

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

Shades of Lime Green #3BDC40

Tints of Lime Green #3BDC40

RGB

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

 GREEN value IS 220 (86.33% from 255) = 64.14%

 BLUE value IS 64 (25.39% from 255) = 18.66%

R = 17.2%
G = 64.14%
B = 18.66%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#3BDC40 (or 0x3BDC40) is known color: Lime Green. HEX triplet: 3B, DC and 40. RGB value is (59,220,64). Sum of RGB (Red+Green+Blue) = 59+220+64=343 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.20% from 343); Green value is 220 (86.33% from 255 or 64.14% from 343); Blue value is 64 (25.39% from 255 or 18.66% from 343); Max value from RGB is 220 - color contains mainly: green. Hex color #3BDC40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BDC40 is #C423BF. Grayscale: #9A9A9A. Windows color (decimal): -12854208 or 4250683. OLE color: 4250683.

HSL color Cylindrical-coordinate representation of color #3BDC40: hue angle of 121.86º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BDC40 is Cyan = 0.73, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.

Color convert

RGB 59 220 64 -
CMYK 0.73 0 0.71 0.14
HSL 121.86º 0.7% 0.55% -
HSV(B) 121.86º 0.73% 0.86% -
XYZ 28.32 52.49 13.49 -
YUV 154.08 77.16 60.18 -
System Red Green Blue C M Y K H S L
Decimal 59 220 64 0.73 0 0.71 0.14 121.86 0.7 0.55
Hex 3B DC 40 49 0 47 E 7A 46 37
Octal 73 334 100 111 0 107 16 172 106 67
Binary 111011 11011100 1000000 1001001 0 1000111 1110 1111010 1000110 110111

Color Harmonies of #3BDC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BDC40

Black with #3BDC40

Text Example


Text Example

White with #3BDC40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,220,64); }

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

background-color css

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

 a { background-color: rgb(59,220,64); }

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

border-color css

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

 span { border-color: rgb(59,220,64); }

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