Html Css Color HEX #3BDC30 Lime Green

📋 copy color: '#3BDC30'

red 59 ◦ green 220 ◦ blue 48

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

Shades of Lime Green #3BDC30

Tints of Lime Green #3BDC30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 14.68%

R = 18.04%
G = 67.28%
B = 14.68%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#3BDC30 (or 0x3BDC30) is known color: Lime Green. HEX triplet: 3B, DC and 30. RGB value is (59,220,48). Sum of RGB (Red+Green+Blue) = 59+220+48=327 (43% of max value = 765). Red value is 59 (23.44% from 255 or 18.04% from 327); Green value is 220 (86.33% from 255 or 67.28% from 327); Blue value is 48 (19.14% from 255 or 14.68% from 327); Max value from RGB is 220 - color contains mainly: green. Hex color #3BDC30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BDC30 is #C423CF. Grayscale: #989898. Windows color (decimal): -12854224 or 3202107. OLE color: 3202107.

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

Color convert

RGB 59 220 48 -
CMYK 0.73 0 0.78 0.14
HSL 116.16º 0.71% 0.53% -
HSV(B) 116.16º 0.78% 0.86% -
XYZ 27.93 52.33 11.42 -
YUV 152.25 69.16 61.49 -
System Red Green Blue C M Y K H S L
Decimal 59 220 48 0.73 0 0.78 0.14 116.16 0.71 0.53
Hex 3B DC 30 49 0 4E E 74 47 35
Octal 73 334 60 111 0 116 16 164 107 65
Binary 111011 11011100 110000 1001001 0 1001110 1110 1110100 1000111 110101

Color Harmonies of #3BDC30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BDC30

Black with #3BDC30

Text Example


Text Example

White with #3BDC30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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