Html Css Color HEX #2FD846 Lime Green

📋 copy color: '#2FD846'

red 47 ◦ green 216 ◦ blue 70

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

Shades of Lime Green #2FD846

Tints of Lime Green #2FD846

RGB

 RED value IS 47 (18.75% from 255) = 14.11%

 GREEN value IS 216 (84.77% from 255) = 64.86%

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

R = 14.11%
G = 64.86%
B = 21.02%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#2FD846 (or 0x2FD846) is known color: Lime Green. HEX triplet: 2F, D8 and 46. RGB value is (47,216,70). Sum of RGB (Red+Green+Blue) = 47+216+70=333 (44% of max value = 765). Red value is 47 (18.75% from 255 or 14.11% from 333); Green value is 216 (84.77% from 255 or 64.86% from 333); Blue value is 70 (27.73% from 255 or 21.02% from 333); Max value from RGB is 216 - color contains mainly: green. Hex color #2FD846 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FD846 is #D027B9. Grayscale: #959595. Windows color (decimal): -13641658 or 4642863. OLE color: 4642863.

HSL color Cylindrical-coordinate representation of color #2FD846: hue angle of 128.17º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FD846 is Cyan = 0.78, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.15.

Color convert

RGB 47 216 70 -
CMYK 0.78 0 0.68 0.15
HSL 128.17º 0.68% 0.52% -
HSV(B) 128.17º 0.78% 0.85% -
XYZ 26.83 50.16 14.06 -
YUV 148.83 83.51 55.37 -
System Red Green Blue C M Y K H S L
Decimal 47 216 70 0.78 0 0.68 0.15 128.17 0.68 0.52
Hex 2F D8 46 4E 0 44 F 80 44 34
Octal 57 330 106 116 0 104 17 200 104 64
Binary 101111 11011000 1000110 1001110 0 1000100 1111 10000000 1000100 110100

Color Harmonies of #2FD846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FD846

Black with #2FD846

Text Example


Text Example

White with #2FD846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2FD846; }

 p { color: rgb(47,216,70); }

 H1.HeaderClassName
 {
   color: #2FD846;
 }
 .AnyTagClassName
 {
   color: #2FD846;
 }
</style>

background-color css

<style>
 a { background-color: #2FD846; }

 a { background-color: rgb(47,216,70); }

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

border-color css

<style>
 span { border-color: #2FD846; }

 span { border-color: rgb(47,216,70); }

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