Html Css Color HEX #3BC648 Lime Green

📋 copy color: '#3BC648'

red 59 ◦ green 198 ◦ blue 72

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

Shades of Lime Green #3BC648

Tints of Lime Green #3BC648

RGB

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

 GREEN value IS 198 (77.73% from 255) = 60.18%

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

R = 17.93%
G = 60.18%
B = 21.88%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#3BC648 (or 0x3BC648) is known color: Lime Green. HEX triplet: 3B, C6 and 48. RGB value is (59,198,72). Sum of RGB (Red+Green+Blue) = 59+198+72=329 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.93% from 329); Green value is 198 (77.73% from 255 or 60.18% from 329); Blue value is 72 (28.52% from 255 or 21.88% from 329); Max value from RGB is 198 - color contains mainly: green. Hex color #3BC648 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BC648 is #C439B7. Grayscale: #8E8E8E. Windows color (decimal): -12859832 or 4769339. OLE color: 4769339.

HSL color Cylindrical-coordinate representation of color #3BC648: hue angle of 125.61º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3BC648 is Cyan = 0.70, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB 59 198 72 -
CMYK 0.70 0 0.64 0.22
HSL 125.61º 0.55% 0.5% -
HSV(B) 125.61º 0.7% 0.78% -
XYZ 23.17 41.79 12.98 -
YUV 142.08 88.45 68.75 -
System Red Green Blue C M Y K H S L
Decimal 59 198 72 0.70 0 0.64 0.22 125.61 0.55 0.5
Hex 3B C6 48 46 0 40 16 7E 37 32
Octal 73 306 110 106 0 100 26 176 67 62
Binary 111011 11000110 1001000 1000110 0 1000000 10110 1111110 110111 110010

Color Harmonies of #3BC648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BC648

Black with #3BC648

Text Example


Text Example

White with #3BC648

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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