Html Css Color HEX #3BDC4B Lime Green

📋 copy color: '#3BDC4B'

red 59 ◦ green 220 ◦ blue 75

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

Shades of Lime Green #3BDC4B

Tints of Lime Green #3BDC4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 21.19%

R = 16.67%
G = 62.15%
B = 21.19%

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

#3BDC4B (or 0x3BDC4B) is known color: Lime Green. HEX triplet: 3B, DC and 4B. RGB value is (59,220,75). Sum of RGB (Red+Green+Blue) = 59+220+75=354 (46% of max value = 765). Red value is 59 (23.44% from 255 or 16.67% from 354); Green value is 220 (86.33% from 255 or 62.15% from 354); Blue value is 75 (29.69% from 255 or 21.19% from 354); Max value from RGB is 220 - color contains mainly: green. Hex color #3BDC4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BDC4B is #C423B4. Grayscale: #9B9B9B. Windows color (decimal): -12854197 or 4971579. OLE color: 4971579.

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

Color convert

RGB 59 220 75 -
CMYK 0.73 0 0.66 0.14
HSL 125.96º 0.7% 0.55% -
HSV(B) 125.96º 0.73% 0.86% -
XYZ 28.67 52.62 15.3 -
YUV 155.33 82.66 59.29 -
System Red Green Blue C M Y K H S L
Decimal 59 220 75 0.73 0 0.66 0.14 125.96 0.7 0.55
Hex 3B DC 4B 49 0 42 E 7E 46 37
Octal 73 334 113 111 0 102 16 176 106 67
Binary 111011 11011100 1001011 1001001 0 1000010 1110 1111110 1000110 110111

Color Harmonies of #3BDC4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BDC4B

Black with #3BDC4B

Text Example


Text Example

White with #3BDC4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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