Html Css Color HEX #3BD447 Lime Green

📋 copy color: '#3BD447'

red 59 ◦ green 212 ◦ blue 71

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

Shades of Lime Green #3BD447

Tints of Lime Green #3BD447

RGB

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

 GREEN value IS 212 (83.2% from 255) = 61.99%

 BLUE value IS 71 (28.13% from 255) = 20.76%

R = 17.25%
G = 61.99%
B = 20.76%

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

#3BD447 (or 0x3BD447) is known color: Lime Green. HEX triplet: 3B, D4 and 47. RGB value is (59,212,71). Sum of RGB (Red+Green+Blue) = 59+212+71=342 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.25% from 342); Green value is 212 (83.20% from 255 or 61.99% from 342); Blue value is 71 (28.12% from 255 or 20.76% from 342); Max value from RGB is 212 - color contains mainly: green. Hex color #3BD447 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BD447 is #C42BB8. Grayscale: #969696. Windows color (decimal): -12856249 or 4707387. OLE color: 4707387.

HSL color Cylindrical-coordinate representation of color #3BD447: hue angle of 124.71º degrees, saturation: 0.64, 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 #3BD447 is Cyan = 0.72, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.17.

Color convert

RGB 59 212 71 -
CMYK 0.72 0 0.67 0.17
HSL 124.71º 0.64% 0.53% -
HSV(B) 124.71º 0.72% 0.83% -
XYZ 26.48 48.47 13.92 -
YUV 150.18 83.31 62.96 -
System Red Green Blue C M Y K H S L
Decimal 59 212 71 0.72 0 0.67 0.17 124.71 0.64 0.53
Hex 3B D4 47 48 0 43 11 7D 40 35
Octal 73 324 107 110 0 103 21 175 100 65
Binary 111011 11010100 1000111 1001000 0 1000011 10001 1111101 1000000 110101

Color Harmonies of #3BD447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BD447

Black with #3BD447

Text Example


Text Example

White with #3BD447

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,212,71); }

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

background-color css

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

 a { background-color: rgb(59,212,71); }

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

border-color css

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

 span { border-color: rgb(59,212,71); }

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