Html Css Color HEX #3BC146 Lime Green

📋 copy color: '#3BC146'

red 59 ◦ green 193 ◦ blue 70

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

Shades of Lime Green #3BC146

Tints of Lime Green #3BC146

RGB

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

 GREEN value IS 193 (75.78% from 255) = 59.94%

 BLUE value IS 70 (27.73% from 255) = 21.74%

R = 18.32%
G = 59.94%
B = 21.74%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#3BC146 (or 0x3BC146) is known color: Lime Green. HEX triplet: 3B, C1 and 46. RGB value is (59,193,70). Sum of RGB (Red+Green+Blue) = 59+193+70=322 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.32% from 322); Green value is 193 (75.78% from 255 or 59.94% from 322); Blue value is 70 (27.73% from 255 or 21.74% from 322); Max value from RGB is 193 - color contains mainly: green. Hex color #3BC146 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BC146 is #C43EB9. Grayscale: #8B8B8B. Windows color (decimal): -12861114 or 4636987. OLE color: 4636987.

HSL color Cylindrical-coordinate representation of color #3BC146: hue angle of 124.93º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3BC146 is Cyan = 0.69, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB 59 193 70 -
CMYK 0.69 0 0.64 0.24
HSL 124.93º 0.53% 0.49% -
HSV(B) 124.93º 0.69% 0.76% -
XYZ 21.98 39.51 12.26 -
YUV 138.91 89.11 71 -
System Red Green Blue C M Y K H S L
Decimal 59 193 70 0.69 0 0.64 0.24 124.93 0.53 0.49
Hex 3B C1 46 45 0 40 18 7D 35 31
Octal 73 301 106 105 0 100 30 175 65 61
Binary 111011 11000001 1000110 1000101 0 1000000 11000 1111101 110101 110001

Color Harmonies of #3BC146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BC146

Black with #3BC146

Text Example


Text Example

White with #3BC146

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,193,70); }

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

background-color css

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

 a { background-color: rgb(59,193,70); }

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

border-color css

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

 span { border-color: rgb(59,193,70); }

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