Html Css Color HEX #3BC53D Lime Green

📋 copy color: '#3BC53D'

red 59 ◦ green 197 ◦ blue 61

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

Shades of Lime Green #3BC53D

Tints of Lime Green #3BC53D

RGB

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

 GREEN value IS 197 (77.34% from 255) = 62.15%

 BLUE value IS 61 (24.22% from 255) = 19.24%

R = 18.61%
G = 62.15%
B = 19.24%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.69

 K value IS 0.23

RGB Variations

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

Color information

#3BC53D (or 0x3BC53D) is known color: Lime Green. HEX triplet: 3B, C5 and 3D. RGB value is (59,197,61). Sum of RGB (Red+Green+Blue) = 59+197+61=317 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.61% from 317); Green value is 197 (77.34% from 255 or 62.15% from 317); Blue value is 61 (24.22% from 255 or 19.24% from 317); Max value from RGB is 197 - color contains mainly: green. Hex color #3BC53D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BC53D is #C43AC2. Grayscale: #8C8C8C. Windows color (decimal): -12860099 or 4048187. OLE color: 4048187.

HSL color Cylindrical-coordinate representation of color #3BC53D: hue angle of 120.87º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3BC53D is Cyan = 0.70, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.23.

Color convert

RGB 59 197 61 -
CMYK 0.70 0 0.69 0.23
HSL 120.87º 0.54% 0.5% -
HSV(B) 120.87º 0.7% 0.77% -
XYZ 22.61 41.2 11.18 -
YUV 140.23 83.28 70.06 -
System Red Green Blue C M Y K H S L
Decimal 59 197 61 0.70 0 0.69 0.23 120.87 0.54 0.5
Hex 3B C5 3D 46 0 45 17 79 36 32
Octal 73 305 75 106 0 105 27 171 66 62
Binary 111011 11000101 111101 1000110 0 1000101 10111 1111001 110110 110010

Color Harmonies of #3BC53D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BC53D

Black with #3BC53D

Text Example


Text Example

White with #3BC53D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,197,61); }

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

background-color css

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

 a { background-color: rgb(59,197,61); }

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

border-color css

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

 span { border-color: rgb(59,197,61); }

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