Html Css Color HEX #3BD64C Lime Green

📋 copy color: '#3BD64C'

red 59 ◦ green 214 ◦ blue 76

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

Shades of Lime Green #3BD64C

Tints of Lime Green #3BD64C

RGB

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

 GREEN value IS 214 (83.98% from 255) = 61.32%

 BLUE value IS 76 (30.08% from 255) = 21.78%

R = 16.91%
G = 61.32%
B = 21.78%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#3BD64C (or 0x3BD64C) is known color: Lime Green. HEX triplet: 3B, D6 and 4C. RGB value is (59,214,76). Sum of RGB (Red+Green+Blue) = 59+214+76=349 (46% of max value = 765). Red value is 59 (23.44% from 255 or 16.91% from 349); Green value is 214 (83.98% from 255 or 61.32% from 349); Blue value is 76 (30.08% from 255 or 21.78% from 349); Max value from RGB is 214 - color contains mainly: green. Hex color #3BD64C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BD64C is #C429B3. Grayscale: #989898. Windows color (decimal): -12855732 or 5035579. OLE color: 5035579.

HSL color Cylindrical-coordinate representation of color #3BD64C: hue angle of 126.58º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3BD64C is Cyan = 0.72, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB 59 214 76 -
CMYK 0.72 0 0.64 0.16
HSL 126.58º 0.65% 0.54% -
HSV(B) 126.58º 0.72% 0.84% -
XYZ 27.15 49.54 14.97 -
YUV 151.92 85.15 61.72 -
System Red Green Blue C M Y K H S L
Decimal 59 214 76 0.72 0 0.64 0.16 126.58 0.65 0.54
Hex 3B D6 4C 48 0 40 10 7F 41 36
Octal 73 326 114 110 0 100 20 177 101 66
Binary 111011 11010110 1001100 1001000 0 1000000 10000 1111111 1000001 110110

Color Harmonies of #3BD64C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BD64C

Black with #3BD64C

Text Example


Text Example

White with #3BD64C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,214,76); }

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

background-color css

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

 a { background-color: rgb(59,214,76); }

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

border-color css

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

 span { border-color: rgb(59,214,76); }

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