Html Css Color HEX #3BC640 Lime Green

📋 copy color: '#3BC640'

red 59 ◦ green 198 ◦ blue 64

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

Shades of Lime Green #3BC640

Tints of Lime Green #3BC640

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 19.94%

R = 18.38%
G = 61.68%
B = 19.94%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#3BC640 (or 0x3BC640) is known color: Lime Green. HEX triplet: 3B, C6 and 40. RGB value is (59,198,64). Sum of RGB (Red+Green+Blue) = 59+198+64=321 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.38% from 321); Green value is 198 (77.73% from 255 or 61.68% from 321); Blue value is 64 (25.39% from 255 or 19.94% from 321); Max value from RGB is 198 - color contains mainly: green. Hex color #3BC640 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BC640 is #C439BF. Grayscale: #8D8D8D. Windows color (decimal): -12859840 or 4245051. OLE color: 4245051.

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

Color convert

RGB 59 198 64 -
CMYK 0.70 0 0.68 0.22
HSL 122.16º 0.55% 0.5% -
HSV(B) 122.16º 0.7% 0.78% -
XYZ 22.92 41.69 11.69 -
YUV 141.16 84.45 69.4 -
System Red Green Blue C M Y K H S L
Decimal 59 198 64 0.70 0 0.68 0.22 122.16 0.55 0.5
Hex 3B C6 40 46 0 44 16 7A 37 32
Octal 73 306 100 106 0 104 26 172 67 62
Binary 111011 11000110 1000000 1000110 0 1000100 10110 1111010 110111 110010

Color Harmonies of #3BC640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BC640

Black with #3BC640

Text Example


Text Example

White with #3BC640

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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