Html Css Color HEX #3BC653 Lime Green

📋 copy color: '#3BC653'

red 59 ◦ green 198 ◦ blue 83

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

Shades of Lime Green #3BC653

Tints of Lime Green #3BC653

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 24.41%

R = 17.35%
G = 58.24%
B = 24.41%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.58

 K value IS 0.22

RGB Variations

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

Color information

#3BC653 (or 0x3BC653) is known color: Lime Green. HEX triplet: 3B, C6 and 53. RGB value is (59,198,83). Sum of RGB (Red+Green+Blue) = 59+198+83=340 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.35% from 340); Green value is 198 (77.73% from 255 or 58.24% from 340); Blue value is 83 (32.81% from 255 or 24.41% from 340); Max value from RGB is 198 - color contains mainly: green. Hex color #3BC653 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BC653 is #C439AC. Grayscale: #8F8F8F. Windows color (decimal): -12859821 or 5490235. OLE color: 5490235.

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

Color convert

RGB 59 198 83 -
CMYK 0.70 0 0.58 0.22
HSL 130.36º 0.55% 0.5% -
HSV(B) 130.36º 0.7% 0.78% -
XYZ 23.56 41.94 15.04 -
YUV 143.33 93.95 67.85 -
System Red Green Blue C M Y K H S L
Decimal 59 198 83 0.70 0 0.58 0.22 130.36 0.55 0.5
Hex 3B C6 53 46 0 3A 16 82 37 32
Octal 73 306 123 106 0 72 26 202 67 62
Binary 111011 11000110 1010011 1000110 0 111010 10110 10000010 110111 110010

Color Harmonies of #3BC653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BC653

Black with #3BC653

Text Example


Text Example

White with #3BC653

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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