Html Css Color HEX #3BDC15 Lime Green

📋 copy color: '#3BDC15'

red 59 ◦ green 220 ◦ blue 21

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

Shades of Lime Green #3BDC15

Tints of Lime Green #3BDC15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7%

R = 19.67%
G = 73.33%
B = 7%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#3BDC15 (or 0x3BDC15) is known color: Lime Green. HEX triplet: 3B, DC and 15. RGB value is (59,220,21). Sum of RGB (Red+Green+Blue) = 59+220+21=300 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.67% from 300); Green value is 220 (86.33% from 255 or 73.33% from 300); Blue value is 21 (8.59% from 255 or 7% from 300); Max value from RGB is 220 - color contains mainly: green. Hex color #3BDC15 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3BDC15 is #C423EA. Grayscale: #959595. Windows color (decimal): -12854251 or 1432635. OLE color: 1432635.

HSL color Cylindrical-coordinate representation of color #3BDC15: hue angle of 108.54º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3BDC15 is Cyan = 0.73, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.14.

Color convert

RGB 59 220 21 -
CMYK 0.73 0 0.90 0.14
HSL 108.54º 0.83% 0.47% -
HSV(B) 108.54º 0.9% 0.86% -
XYZ 27.53 52.17 9.33 -
YUV 149.18 55.66 63.68 -
System Red Green Blue C M Y K H S L
Decimal 59 220 21 0.73 0 0.90 0.14 108.54 0.83 0.47
Hex 3B DC 15 49 0 5A E 6D 53 2F
Octal 73 334 25 111 0 132 16 155 123 57
Binary 111011 11011100 10101 1001001 0 1011010 1110 1101101 1010011 101111

Color Harmonies of #3BDC15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BDC15

Black with #3BDC15

Text Example


Text Example

White with #3BDC15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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