Html Css Color HEX #3BC149 Lime Green

📋 copy color: '#3BC149'

red 59 ◦ green 193 ◦ blue 73

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

Shades of Lime Green #3BC149

Tints of Lime Green #3BC149

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 22.46%

R = 18.15%
G = 59.38%
B = 22.46%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#3BC149 (or 0x3BC149) is known color: Lime Green. HEX triplet: 3B, C1 and 49. RGB value is (59,193,73). Sum of RGB (Red+Green+Blue) = 59+193+73=325 (43% of max value = 765). Red value is 59 (23.44% from 255 or 18.15% from 325); Green value is 193 (75.78% from 255 or 59.38% from 325); Blue value is 73 (28.91% from 255 or 22.46% from 325); Max value from RGB is 193 - color contains mainly: green. Hex color #3BC149 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BC149 is #C43EB6. Grayscale: #8B8B8B. Windows color (decimal): -12861111 or 4833595. OLE color: 4833595.

HSL color Cylindrical-coordinate representation of color #3BC149: hue angle of 126.27º 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 #3BC149 is Cyan = 0.69, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB 59 193 73 -
CMYK 0.69 0 0.62 0.24
HSL 126.27º 0.53% 0.49% -
HSV(B) 126.27º 0.69% 0.76% -
XYZ 22.08 39.55 12.77 -
YUV 139.25 90.61 70.76 -
System Red Green Blue C M Y K H S L
Decimal 59 193 73 0.69 0 0.62 0.24 126.27 0.53 0.49
Hex 3B C1 49 45 0 3E 18 7E 35 31
Octal 73 301 111 105 0 76 30 176 65 61
Binary 111011 11000001 1001001 1000101 0 111110 11000 1111110 110101 110001

Color Harmonies of #3BC149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BC149

Black with #3BC149

Text Example


Text Example

White with #3BC149

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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