Html Css Color HEX #3BD149 Lime Green

📋 copy color: '#3BD149'

red 59 ◦ green 209 ◦ blue 73

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

Shades of Lime Green #3BD149

Tints of Lime Green #3BD149

RGB

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

 GREEN value IS 209 (82.03% from 255) = 61.29%

 BLUE value IS 73 (28.91% from 255) = 21.41%

R = 17.3%
G = 61.29%
B = 21.41%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#3BD149 (or 0x3BD149) is known color: Lime Green. HEX triplet: 3B, D1 and 49. RGB value is (59,209,73). Sum of RGB (Red+Green+Blue) = 59+209+73=341 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.30% from 341); Green value is 209 (82.03% from 255 or 61.29% from 341); Blue value is 73 (28.91% from 255 or 21.41% from 341); Max value from RGB is 209 - color contains mainly: green. Hex color #3BD149 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BD149 is #C42EB6. Grayscale: #959595. Windows color (decimal): -12857015 or 4837691. OLE color: 4837691.

HSL color Cylindrical-coordinate representation of color #3BD149: hue angle of 125.6º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3BD149 is Cyan = 0.72, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB 59 209 73 -
CMYK 0.72 0 0.65 0.18
HSL 125.6º 0.62% 0.53% -
HSV(B) 125.6º 0.72% 0.82% -
XYZ 25.81 47.01 14.02 -
YUV 148.65 85.31 64.06 -
System Red Green Blue C M Y K H S L
Decimal 59 209 73 0.72 0 0.65 0.18 125.6 0.62 0.53
Hex 3B D1 49 48 0 41 12 7E 3E 35
Octal 73 321 111 110 0 101 22 176 76 65
Binary 111011 11010001 1001001 1001000 0 1000001 10010 1111110 111110 110101

Color Harmonies of #3BD149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BD149

Black with #3BD149

Text Example


Text Example

White with #3BD149

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,209,73); }

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

background-color css

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

 a { background-color: rgb(59,209,73); }

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

border-color css

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

 span { border-color: rgb(59,209,73); }

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