Html Css Color HEX #3BC448 Lime Green

📋 copy color: '#3BC448'

red 59 ◦ green 196 ◦ blue 72

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

Shades of Lime Green #3BC448

Tints of Lime Green #3BC448

RGB

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

 GREEN value IS 196 (76.95% from 255) = 59.94%

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

R = 18.04%
G = 59.94%
B = 22.02%

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

#3BC448 (or 0x3BC448) is known color: Lime Green. HEX triplet: 3B, C4 and 48. RGB value is (59,196,72). Sum of RGB (Red+Green+Blue) = 59+196+72=327 (43% of max value = 765). Red value is 59 (23.44% from 255 or 18.04% from 327); Green value is 196 (76.95% from 255 or 59.94% from 327); Blue value is 72 (28.52% from 255 or 22.02% from 327); Max value from RGB is 196 - color contains mainly: green. Hex color #3BC448 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BC448 is #C43BB7. Grayscale: #8D8D8D. Windows color (decimal): -12860344 or 4768827. OLE color: 4768827.

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

Color convert

RGB 59 196 72 -
CMYK 0.70 0 0.63 0.23
HSL 125.69º 0.54% 0.5% -
HSV(B) 125.69º 0.7% 0.77% -
XYZ 22.71 40.88 12.82 -
YUV 140.9 89.11 69.58 -
System Red Green Blue C M Y K H S L
Decimal 59 196 72 0.70 0 0.63 0.23 125.69 0.54 0.5
Hex 3B C4 48 46 0 3F 17 7E 36 32
Octal 73 304 110 106 0 77 27 176 66 62
Binary 111011 11000100 1001000 1000110 0 111111 10111 1111110 110110 110010

Color Harmonies of #3BC448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BC448

Black with #3BC448

Text Example


Text Example

White with #3BC448

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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