Html Css Color HEX #3BC548 Lime Green

📋 copy color: '#3BC548'

red 59 ◦ green 197 ◦ blue 72

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

Shades of Lime Green #3BC548

Tints of Lime Green #3BC548

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 21.95%

R = 17.99%
G = 60.06%
B = 21.95%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#3BC548 (or 0x3BC548) is known color: Lime Green. HEX triplet: 3B, C5 and 48. RGB value is (59,197,72). Sum of RGB (Red+Green+Blue) = 59+197+72=328 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.99% from 328); Green value is 197 (77.34% from 255 or 60.06% from 328); Blue value is 72 (28.52% from 255 or 21.95% from 328); Max value from RGB is 197 - color contains mainly: green. Hex color #3BC548 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BC548 is #C43AB7. Grayscale: #8D8D8D. Windows color (decimal): -12860088 or 4769083. OLE color: 4769083.

HSL color Cylindrical-coordinate representation of color #3BC548: hue angle of 125.65º 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 #3BC548 is Cyan = 0.70, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.23.

Color convert

RGB 59 197 72 -
CMYK 0.70 0 0.63 0.23
HSL 125.65º 0.54% 0.5% -
HSV(B) 125.65º 0.7% 0.77% -
XYZ 22.94 41.33 12.9 -
YUV 141.49 88.78 69.16 -
System Red Green Blue C M Y K H S L
Decimal 59 197 72 0.70 0 0.63 0.23 125.65 0.54 0.5
Hex 3B C5 48 46 0 3F 17 7E 36 32
Octal 73 305 110 106 0 77 27 176 66 62
Binary 111011 11000101 1001000 1000110 0 111111 10111 1111110 110110 110010

Color Harmonies of #3BC548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BC548

Black with #3BC548

Text Example


Text Example

White with #3BC548

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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