Html Css Color HEX #3FD246 Lime Green

📋 copy color: '#3FD246'

red 63 ◦ green 210 ◦ blue 70

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

Shades of Lime Green #3FD246

Tints of Lime Green #3FD246

RGB

 RED value IS 63 (25% from 255) = 18.37%

 GREEN value IS 210 (82.42% from 255) = 61.22%

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

R = 18.37%
G = 61.22%
B = 20.41%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#3FD246 (or 0x3FD246) is known color: Lime Green. HEX triplet: 3F, D2 and 46. RGB value is (63,210,70). Sum of RGB (Red+Green+Blue) = 63+210+70=343 (45% of max value = 765). Red value is 63 (25% from 255 or 18.37% from 343); Green value is 210 (82.42% from 255 or 61.22% from 343); Blue value is 70 (27.73% from 255 or 20.41% from 343); Max value from RGB is 210 - color contains mainly: green. Hex color #3FD246 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FD246 is #C02DB9. Grayscale: #969696. Windows color (decimal): -12594618 or 4641343. OLE color: 4641343.

HSL color Cylindrical-coordinate representation of color #3FD246: hue angle of 122.86º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3FD246 is Cyan = 0.70, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB 63 210 70 -
CMYK 0.70 0 0.67 0.18
HSL 122.86º 0.62% 0.54% -
HSV(B) 122.86º 0.7% 0.82% -
XYZ 26.2 47.59 13.6 -
YUV 150.09 82.8 65.88 -
System Red Green Blue C M Y K H S L
Decimal 63 210 70 0.70 0 0.67 0.18 122.86 0.62 0.54
Hex 3F D2 46 46 0 43 12 7B 3E 36
Octal 77 322 106 106 0 103 22 173 76 66
Binary 111111 11010010 1000110 1000110 0 1000011 10010 1111011 111110 110110

Color Harmonies of #3FD246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FD246

Black with #3FD246

Text Example


Text Example

White with #3FD246

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,210,70); }

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

background-color css

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

 a { background-color: rgb(63,210,70); }

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

border-color css

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

 span { border-color: rgb(63,210,70); }

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