Html Css Color HEX #3BD346 Lime Green

📋 copy color: '#3BD346'

red 59 ◦ green 211 ◦ blue 70

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

Shades of Lime Green #3BD346

Tints of Lime Green #3BD346

RGB

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

 GREEN value IS 211 (82.81% from 255) = 62.06%

 BLUE value IS 70 (27.73% from 255) = 20.59%

R = 17.35%
G = 62.06%
B = 20.59%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.67

 K value IS 0.17

RGB Variations

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

Color information

#3BD346 (or 0x3BD346) is known color: Lime Green. HEX triplet: 3B, D3 and 46. RGB value is (59,211,70). Sum of RGB (Red+Green+Blue) = 59+211+70=340 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.35% from 340); Green value is 211 (82.81% from 255 or 62.06% from 340); Blue value is 70 (27.73% from 255 or 20.59% from 340); Max value from RGB is 211 - color contains mainly: green. Hex color #3BD346 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BD346 is #C42CB9. Grayscale: #959595. Windows color (decimal): -12856506 or 4641595. OLE color: 4641595.

HSL color Cylindrical-coordinate representation of color #3BD346: hue angle of 124.34º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3BD346 is Cyan = 0.72, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.17.

Color convert

RGB 59 211 70 -
CMYK 0.72 0 0.67 0.17
HSL 124.34º 0.63% 0.53% -
HSV(B) 124.34º 0.72% 0.83% -
XYZ 26.2 47.96 13.67 -
YUV 149.48 83.14 63.46 -
System Red Green Blue C M Y K H S L
Decimal 59 211 70 0.72 0 0.67 0.17 124.34 0.63 0.53
Hex 3B D3 46 48 0 43 11 7C 3F 35
Octal 73 323 106 110 0 103 21 174 77 65
Binary 111011 11010011 1000110 1001000 0 1000011 10001 1111100 111111 110101

Color Harmonies of #3BD346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BD346

Black with #3BD346

Text Example


Text Example

White with #3BD346

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,211,70); }

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

background-color css

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

 a { background-color: rgb(59,211,70); }

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

border-color css

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

 span { border-color: rgb(59,211,70); }

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