Html Css Color HEX #3BDC4A Lime Green

📋 copy color: '#3BDC4A'

red 59 ◦ green 220 ◦ blue 74

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

Shades of Lime Green #3BDC4A

Tints of Lime Green #3BDC4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 20.96%

R = 16.71%
G = 62.32%
B = 20.96%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#3BDC4A (or 0x3BDC4A) is known color: Lime Green. HEX triplet: 3B, DC and 4A. RGB value is (59,220,74). Sum of RGB (Red+Green+Blue) = 59+220+74=353 (46% of max value = 765). Red value is 59 (23.44% from 255 or 16.71% from 353); Green value is 220 (86.33% from 255 or 62.32% from 353); Blue value is 74 (29.30% from 255 or 20.96% from 353); Max value from RGB is 220 - color contains mainly: green. Hex color #3BDC4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BDC4A is #C423B5. Grayscale: #9B9B9B. Windows color (decimal): -12854198 or 4906043. OLE color: 4906043.

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

Color convert

RGB 59 220 74 -
CMYK 0.73 0 0.66 0.14
HSL 125.59º 0.7% 0.55% -
HSV(B) 125.59º 0.73% 0.86% -
XYZ 28.63 52.61 15.12 -
YUV 155.22 82.16 59.37 -
System Red Green Blue C M Y K H S L
Decimal 59 220 74 0.73 0 0.66 0.14 125.59 0.7 0.55
Hex 3B DC 4A 49 0 42 E 7E 46 37
Octal 73 334 112 111 0 102 16 176 106 67
Binary 111011 11011100 1001010 1001001 0 1000010 1110 1111110 1000110 110111

Color Harmonies of #3BDC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BDC4A

Black with #3BDC4A

Text Example


Text Example

White with #3BDC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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