Html Css Color HEX #3BDC19 Lime Green

📋 copy color: '#3BDC19'

red 59 ◦ green 220 ◦ blue 25

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

Shades of Lime Green #3BDC19

Tints of Lime Green #3BDC19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.22%

R = 19.41%
G = 72.37%
B = 8.22%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#3BDC19 (or 0x3BDC19) is known color: Lime Green. HEX triplet: 3B, DC and 19. RGB value is (59,220,25). Sum of RGB (Red+Green+Blue) = 59+220+25=304 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.41% from 304); Green value is 220 (86.33% from 255 or 72.37% from 304); Blue value is 25 (10.16% from 255 or 8.22% from 304); Max value from RGB is 220 - color contains mainly: green. Hex color #3BDC19 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3BDC19 is #C423E6. Grayscale: #969696. Windows color (decimal): -12854247 or 1694779. OLE color: 1694779.

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

Color convert

RGB 59 220 25 -
CMYK 0.73 0 0.89 0.14
HSL 109.54º 0.8% 0.48% -
HSV(B) 109.54º 0.89% 0.86% -
XYZ 27.57 52.19 9.54 -
YUV 149.63 57.66 63.36 -
System Red Green Blue C M Y K H S L
Decimal 59 220 25 0.73 0 0.89 0.14 109.54 0.8 0.48
Hex 3B DC 19 49 0 59 E 6E 50 30
Octal 73 334 31 111 0 131 16 156 120 60
Binary 111011 11011100 11001 1001001 0 1011001 1110 1101110 1010000 110000

Color Harmonies of #3BDC19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BDC19

Black with #3BDC19

Text Example


Text Example

White with #3BDC19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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