Html Css Color HEX #2FD946 Lime Green

📋 copy color: '#2FD946'

red 47 ◦ green 217 ◦ blue 70

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

Shades of Lime Green #2FD946

Tints of Lime Green #2FD946

RGB

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

 GREEN value IS 217 (85.16% from 255) = 64.97%

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

R = 14.07%
G = 64.97%
B = 20.96%

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

#2FD946 (or 0x2FD946) is known color: Lime Green. HEX triplet: 2F, D9 and 46. RGB value is (47,217,70). Sum of RGB (Red+Green+Blue) = 47+217+70=334 (44% of max value = 765). Red value is 47 (18.75% from 255 or 14.07% from 334); Green value is 217 (85.16% from 255 or 64.97% from 334); Blue value is 70 (27.73% from 255 or 20.96% from 334); Max value from RGB is 217 - color contains mainly: green. Hex color #2FD946 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FD946 is #D026B9. Grayscale: #959595. Windows color (decimal): -13641402 or 4643119. OLE color: 4643119.

HSL color Cylindrical-coordinate representation of color #2FD946: hue angle of 128.12º degrees, saturation: 0.69, 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 #2FD946 is Cyan = 0.78, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.15.

Color convert

RGB 47 217 70 -
CMYK 0.78 0 0.68 0.15
HSL 128.12º 0.69% 0.52% -
HSV(B) 128.12º 0.78% 0.85% -
XYZ 27.09 50.67 14.15 -
YUV 149.41 83.18 54.95 -
System Red Green Blue C M Y K H S L
Decimal 47 217 70 0.78 0 0.68 0.15 128.12 0.69 0.52
Hex 2F D9 46 4E 0 44 F 80 45 34
Octal 57 331 106 116 0 104 17 200 105 64
Binary 101111 11011001 1000110 1001110 0 1000100 1111 10000000 1000101 110100

Color Harmonies of #2FD946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FD946

Black with #2FD946

Text Example


Text Example

White with #2FD946

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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