Html Css Color HEX #3BC650 Lime Green

📋 copy color: '#3BC650'

red 59 ◦ green 198 ◦ blue 80

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

Shades of Lime Green #3BC650

Tints of Lime Green #3BC650

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 23.74%

R = 17.51%
G = 58.75%
B = 23.74%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#3BC650 (or 0x3BC650) is known color: Lime Green. HEX triplet: 3B, C6 and 50. RGB value is (59,198,80). Sum of RGB (Red+Green+Blue) = 59+198+80=337 (44% of max value = 765). Red value is 59 (23.44% from 255 or 17.51% from 337); Green value is 198 (77.73% from 255 or 58.75% from 337); Blue value is 80 (31.64% from 255 or 23.74% from 337); Max value from RGB is 198 - color contains mainly: green. Hex color #3BC650 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BC650 is #C439AF. Grayscale: #8F8F8F. Windows color (decimal): -12859824 or 5293627. OLE color: 5293627.

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

Color convert

RGB 59 198 80 -
CMYK 0.70 0 0.60 0.22
HSL 129.06º 0.55% 0.5% -
HSV(B) 129.06º 0.7% 0.78% -
XYZ 23.45 41.9 14.44 -
YUV 142.99 92.45 68.09 -
System Red Green Blue C M Y K H S L
Decimal 59 198 80 0.70 0 0.60 0.22 129.06 0.55 0.5
Hex 3B C6 50 46 0 3C 16 81 37 32
Octal 73 306 120 106 0 74 26 201 67 62
Binary 111011 11000110 1010000 1000110 0 111100 10110 10000001 110111 110010

Color Harmonies of #3BC650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BC650

Black with #3BC650

Text Example


Text Example

White with #3BC650

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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